Hi!
I've a little problem with the cherrypy sessions: when it
runs as a
standalone,it's perfect.
But now, it runs behind Apache, through the mpcp gateway :
then, each
time a page is loaded, a new cherrypy.session is created
because of the
gateway;
- I stored the first cherrypy.session[_id] in a cookie
(juste saved the
_id)
- I can retrieve this id
- Now, what do I have to write, to make cherrypy recovering
the session
corresponding to this id?
PS: i'm using files as storage type.
Thanks,
Pat
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
|