Removing a jsessionid for a soon to go invalid session
I have a purchased specialized search tool that cannot tolerate being
shut down before it completes its search, so when a user logs out of
our tomcat application session, I redirect them and then allow the
search to complete in a thread. At the end of that thread I invalidate
the session. The problem is that if the same user logs back in, they
are still using the
dying jsessionid and get attached to the session as it dies. I need
for them to get a new session. Is there any way to remove the
jsessionid cookie from the browser for a running tomcat session?
.
Relevant Pages
- Re: Removing a jsessionid for a soon to go invalid session
... our tomcat application session, I redirect them and then allow the ... The problem is that if the same user logs back in, ... jsessionid cookie from the browser for a running tomcat session? ... (comp.lang.java.programmer) - Re: servlet problems with session attributes
... I use session attributes to to preserve data across the ... >> session and to comunicate across servlet objects. ... >> restarting the Tomcat container! ... > one or two jsps and one or two servlets. ... (comp.lang.java.programmer) - Re: print problem with multiuser
... It's possible the printers weren't removed correctly and when the new user logs in with the same session id that the orignial user had, they also picked up the printers. ... Microsoft MVP - Terminal Server ... (microsoft.public.windows.terminal_services) - Re: [OT] Ping the network and/or /Java/Lazlo gurus.
... that the session has died and start a new one. ... In the tomcat conf directory there is a file called tomcat-users.xml ... The important bit is to define the rolename (admin and manager allow ... you the individual session between the browser and the app - that gets ... (uk.rec.motorcycles) - Re: Problem in service with User Fast-Switching
... That session ID is which triggered the session change event. ... A user logs off then logs on previously unopened account ... A user logs off then logs previously opened account ... (microsoft.public.win32.programmer.kernel) |
|