users@glassfish.java.net

Re: How to turn off session attribute serialization?

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Mon, 29 Sep 2008 09:03:11 -0700

On 09/29/08 08:58 AM, Ludovic Champenois wrote:
> glassfish_at_javadesktop.org wrote:
>> During a redeploy, all sessions are destroyed (and not serialized),
>> unless you explicitly request that all active sessions be preserved
>> during the redeploy, by specifying "keepSessions=true", as follows:
>>
>> asadmin redeploy --properties keepSessions=true
>>
>>
> But this works only for recent GF V3 prelude builds, not GlassFish V2
> UR2, right?

Yes, I just realized the initial report mentioned GlassFish V2 UR2,
which does not provide the
above option.

Notice that I also mentioned the following:

> Notice that the "keepSessions" redeploy property was added only
recently, so I doubt you are using it.
.
to avoid any confusion. :)


Jan