He's refering to the fact that Tomcat persists sessions before redeploying a context (either when requested explicitly or if you've got reloadable=true set). If anyone knows how to do this, I'd appreciate the tip ... we have non-serializable objects (they are not serializable by design) held in our sessions which obviously presents problems. Would turn it off if I knew how to...
Thanks, justin At 11:16 AM 10/10/2002, Padhu Vinirs wrote: >Are you referring to creating a new session for every call ? If so, only >way is to set timeout to 1 ( 1 minute !!! ) or call invalidate in every >servlet/jsp. > >-- padhu > > >Jonathan Eric Miller wrote: > >>Does anyone know if it is possible to turn off session persistence? I don't >>have an immediate need to do so, but, I was thinking that it might be a nice >>option to have while testing an application if you want to make sure all the >>state is getting cleared out. You could do that by just opening a new Web >>browser, so, it's not much of an issue. I was just curious. >> >>Jon >> >> >>-- >>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >> >> >> > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
