> If others have input/experience with clustered appservers
> or alternative session store algorithms, please speak out!
>
> Peace - Ben

There's the option of not using a server-side session store at all.  If your
session data is guaranteed to be small, and if you can rely on cookies being
enabled, then a solution using encrypted cookies is kind of appealing
because it avoids the issue of server-side session stores entirely.

I'm thinking of a solution like the one used in pyWeb:
http://www.freenet.org.nz/python/pyweb/docs/index.html

I have no experience with this, but the idea sounds interesting to me.

- Geoff


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to