|
-
Dec 9th, 2001, 06:55 PM
#1
Thread Starter
Addicted Member
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.
-
Dec 9th, 2001, 07:38 PM
#2
PowerPoster
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]
-----------------------------------------
-
Dec 9th, 2001, 09:13 PM
#3
Thread Starter
Addicted Member
What would be the reason to use hidden fields...
what I mean is, how would they work in something like this?
-
Dec 9th, 2001, 09:18 PM
#4
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|