I'm not so sure actually. If you are running the multiple servers in the same Lisp instance and you have a list of the servers, you should be able to move sessions between them. Not sure how but... I still think it is simpler to use a database.
On Fri, 04 Jan 2008 20:47:42 +0100, Andrea Chiumenti wrote:
Thanks, yes you understood me correctly.
On Jan 4, 2008 8:43 PM, Sohail Somani sohail@taggedtype.net wrote:
On Fri, 04 Jan 2008 20:38:31 +0100, Andrea Chiumenti wrote:
Now that I've been able to start hunchentoot in ssl mode, if I start another hunchentoot instance handling normal http requests, does hunchentoot shares user session between the two instances,if not is there a possibility to do it? Now that I've been able to start hunchentoot in ssl mode, if I start another hunchentoot instance handling normal http requests, does hunchentoot shares user session between the two instances,if not is there a possibility to do it? <br>
If I understand you correctly, I think the only way to do this is to keep user sessions in an out-of-process server like a database.