At 3:53 PM +0000 3/18/11, Stuart Dallas wrote:
The cookies I use to replace sessions are session-based cookies and last no longer than a traditional PHP session. The key is to provide a lightweight method of ensuring that whichever server processes the request has access to the session data.


-Stuart

Stuart:

Ahhhh, I think I see.

This is a means to keep a user's session current across several servers. It basically creates a "session-like" communication between servers so that a load balancer can direct traffic accordingly without losing the user's state.

Is that it?

Cheers,

tedd

--
-------
http://sperling.com/

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

Reply via email to