> How can one set up cookie-less sessions?  More specifically, if you
store
> your sessions in a database, once the user comes back how do you call
that
> same session back?
> 
> I guess I still donšt understand how to keep user specific data
maintained
> for a particular user.  Because when you log off or the cookie
expires,
> then
> you have no data for that user.

Umm... getting rid of cookies isn't going to help you here. That's the
_only_ way you're going to "remember" someone who comes back after they
close their browser or leave your site. You actually need to increase
the session cookie lifetime so it persists after the browser is closed,
like a regular cookie. Where you store your session data is irrelevant. 

---John W. Holmes...

Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to