Results 1 to 4 of 4

Thread: Newbie question (login)

  1. #1

    Thread Starter
    Addicted Member kikelinus's Avatar
    Join Date
    Nov 2000
    Posts
    219

    Newbie question (login)

    I started making a login script that uses an Access database to store the name and the password.
    Since this is my first script, I was wondering if the extra information should be stored in cookies or using a session...?

    Thanks.

  2. #2
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    What extra info?
    Many people complain of Server variables (hog Server performance/memory) so use cookies if that is sufficient. That is probably the best method anyway. That or hidden form fields. (But then you've gotta have hidden form fields everywhere...)
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

  3. #3

    Thread Starter
    Addicted Member kikelinus's Avatar
    Join Date
    Nov 2000
    Posts
    219
    What would be the reason to use hidden fields...
    what I mean is, how would they work in something like this?

  4. #4
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    Well, I wasn't sure what 'extra information' meant, but you could use hidden form fields to just hold data that the user can't edit or see.
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

Posting Permissions

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



Click Here to Expand Forum to Full Width