Message -
From: "M.Hockings" <[EMAIL PROTECTED]>
To:
Sent: Thursday, May 17, 2007 11:39 PM
Subject: How to get Tomcat to give a new session for a new window
I would like, somehow, to be able to programatically create a new session
on demand but I can't quite figure out
Thanks Len, I was rather afraid that rewriting may be at least part of
the solution but I was optimistic (hopeful?) that there was something
we've missed.
Mike
--
Len Popp wrote:
I'm not sure it's possible to do what you want, but if it is here's
part of the answer:
You have to use URL rewrit
I'm not sure it's possible to do what you want, but if it is here's
part of the answer:
You have to use URL rewriting instead of session cookies to track the
sessions. The browser doesn't know that two tabs are supposed to use
different session IDs; it'll use the same session cookie for both. URL
I would like, somehow, to be able to programatically create a new
session on demand but I can't quite figure out how to get Tomcat to give
me one. That is, for our webapp it can detect at logon when a session
is in use and currently gives the user an already-in-use message. What
we would like