Results 1 to 4 of 4

Thread: Sessions?

  1. #1

    Thread Starter
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734

    Sessions?

    What are they? what can they do?

  2. #2

    Thread Starter
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734
    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?

  3. #3
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    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.

  4. #4

    Thread Starter
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734
    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
  •  



Click Here to Expand Forum to Full Width