On Wed, Mar 26, 2003 at 07:45:55PM -0500, Dan K. wrote:

> I believe there is a bug with getting the session in JBoss 3.0.6 using the
> "all" configuration with <distributable/> in web.xml.  The behavior is
> that every request to my test servlet gets a new session id (new session
> is created).
> 
> If I remove the <distributable/> element from web.xml then it works as
> expected, which means the current session is kept and the id is the same
> on each request.
> 
> I was actually trying to get session replication in a clustered setup to
> work and found this while investigating.  Can anyone verify?

It works at least for simple setups. (I have some weird object on my
session that I can't serialize and I can't understand why)
Tip: Have you enabled the JGStore in jbossweb.sar?

How is your setup that when you remove the "distributable" you still can
keep session on a lb environment? I'm guessing you're not load balancing
at this time, right?


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to