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]>
