View Single Post
Old 04-04-2008, 12:50 PM   #2 (permalink)
johnN
The Wanderer
 
Join Date: Apr 2008
Posts: 8
Thanks: 2
johnN is on a distinguished road
Default

Basically php will use cookies whenever possible for sessions. Without cookies sessions can only be parsed via url which means you loose the session when you navigate away from the site.

When you check the "remember me" button on a site, it normally places a cookie which can then be retrieved. You can set the length a cookie lasts which is handy, but the user may have them turned off, or may clear their cookies prematurely.
johnN is offline  
Reply With Quote
The Following User Says Thank You to johnN For This Useful Post:
Reiji (04-04-2008)