View Single Post
Old 08-20-2005, 02:48 PM   #17 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Sessions are great, that is if you're only storing short-term data. If you need something to persist for days/weeks/etc, then you need to go with a plain cookie. (PHP's GC [depending on the settings] will wipe the session out after awhile.. )

-r
idx is offline   Reply With Quote