Creating new session

2001-04-05 Thread Zsolt Koppany
Hi, I understand that I can create a new session if that does not already exist with request.getSession(true) but how can I create a completely new session? My application has to support users that might need several independent sessions for each browser window. Zsolt -- Zsolt Koppany

RE: Creating new session

2001-04-05 Thread Michael Wentzel
I understand that I can create a new session if that does not already exist with request.getSession(true) but how can I create a completely new session? My application has to support users that might need several independent sessions for each browser window. I don't know of any way to have