Re: Antwort: Re: Creating new Session without invalidating the old one [*]

2006-08-30 Thread David Durham
[EMAIL PROTECTED] wrote: Hello! Thank you to all for your hints. Now, I want to tell you, what I did at last. My application consists of nearly 100% forms. The application is logically devided into two parts (-> represented by two browser windows), and it must be possible to get from one part

Antwort: Re: Creating new Session without invalidating the old one [*]

2006-08-29 Thread Andreas . Hartmann
Hello! Thank you to all for your hints. Now, I want to tell you, what I did at last. My application consists of nearly 100% forms. The application is logically devided into two parts (-> represented by two browser windows), and it must be possible to get from one part to the other. If somebody g

Re: Creating new Session without invalidating the old one

2006-08-29 Thread Scott Van Wart
[EMAIL PROTECTED] wrote: 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 th

Re: Creating new Session without invalidating the old one

2006-08-29 Thread Monkeyden
It's not that he wants to save everything when the session is invalidated. He wants to have two HttpSession objects, representing the same user. On 8/29/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hello! > > Is it possible to crea

Re: Creating new Session without invalidating the old one

2006-08-29 Thread Puneet Lakhina
On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 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, becau

Re: Creating new Session without invalidating the old one

2006-08-29 Thread Monkeyden
I'm dying to know why you could possibly want 2 sessions. On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 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 h

Re: Creating new Session without invalidating the old one

2006-08-29 Thread David Delbecq
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 possib

AW: Creating new Session without invalidating the old one

2006-08-29 Thread Ingo.Harbeck
liche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. August 2006 13:55 An: Struts Users Mailing List Betreff: Creating new Session without invalidating the old one Hello! Is it possible to create a new session for an already logged in person (which h

Creating new Session without invalidating the old one

2006-08-29 Thread Andreas . Hartmann
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