I don't. Since the app servers sit behind a sticky load
balancer, I'm
assuming that most of the time the users will come back to
the same app
server. If a user works from two different machines (one
from work and
one from home) then from work he will go to the same app
server and
from home he will go to the same app server. I use mecached
to see if
anything in the session is stale and if it needs to be
reloaded. I
would much rather avoid the DB option. The file based
session should
work and should be reliable.
This way, I'm hoping, the user should have to log on only
twice.
VJ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|