SitePoint Sponsor

User Tag List

Results 1 to 4 of 4

Thread: login/password with cookies?

  1. #1
    Destiny Manager Plebius's Avatar
    Join Date
    Nov 1999
    Posts
    682
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seem to remember a javascript form that remembers things... You can find it at http://www.javascripts.com ... it's called 'form that remembers' or something like that.


  2. #2
    SitePoint Member
    Join Date
    Oct 1999
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi...

    My client want to 'personalize' a page. Basically by creating user accounts (by login name and password) so that when a user logs in, they don't have to fill out the form completely... the name address and phone/email already are in the form fields.

    How would I go about doing this, and where can I find out info about it? (I am assuming it's through cookies, but I don't have a lot of experience with them)

    (a little background)
    We have a secure site.. with a teeny store which is processed via a PERL script. It works fine, but frequent customers are complaining because they have to fill in their info when they are ordering. (fyi... we are NOT going to be keeping track of their credit card info... they will need to fill that part out every time they visit)

    thanks...

    --bex

  3. #3
    SitePoint Zealot
    Join Date
    May 2000
    Posts
    150
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hi,

    If you are not going to store the credit card number, it would be easiest to store the rest of the info using cookies.

    OR, you could create a database on your server and require a login.

    Regards
    Arpith


    ------------------
    http://www.arpith.com/

  4. #4
    SitePoint Member
    Join Date
    Oct 1999
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the info.... anyplace to suggest where I look into this (documentation?).

    I'm not sure how to get the cookie info into the form....

    --bex

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •