It's tricky to force a new session, and most of time depend on the
container.
Since you want to keep a few datas of your session, i'll recommend you
try using

Enumeration HttpSession.getAttributeNames()
HttpSession.removeAttribute(String name)

[EMAIL PROTECTED] a écrit :
> Hello!
>
> Is it possible to create a new session for an already logged in person (which
> has an actual session) without invalidating the existing session? It's 
> necessary
> for me to have the old session before creating an additional one, because I 
> have
> to get few datas from the old session for the new one.
>
> request.getSession(true) gives a new session, but only if the user doesn't 
> have
> an existing session.
>
>
> Any hints?
> Kind regards,
> Andreas Hartmann
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to