|
-
Apr 19th, 2002, 07:08 AM
#1
Thread Starter
Fanatic Member
Sessions?
What are they? what can they do?
-
Apr 19th, 2002, 11:07 AM
#2
Thread Starter
Fanatic Member
I have a form but I dont want them to submit it more then one per a time period. Can I do this with sessions or do I have to use cookies?
-
Apr 19th, 2002, 12:12 PM
#3
PowerPoster
PHP's session handling uses cookies if they are enabled in the browser or URL propegation if they are not to remember who someone is.
Using sessions, you could then store the last time they submitted something as a session variable.
-
Apr 19th, 2002, 02:14 PM
#4
Thread Starter
Fanatic Member
would it only last until they re connected?
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
|