T
three-eight-hotel
Hi all,
I'm trying to understand the context of sessions, within a Servlet a
little better...
If multiple browsers access a Servlet, essentially creating a session
for each browser, Does the Servlet have all of the information it
needs to be able to pick and choose across those sessions, for my
purposes of terminating a specific session?
Say, for example, the servlet takes a string identifier of
"my_session_id" as a parameter. Could I invoke a method on the
Servlet, from a remote service, passing the "my_session_id" identifier
for one of the browser's sessions and have the Servlet terminate the
session for the browser I passed the id for?
I'd be happy to provide more information, if it's needed, but I'm
basically trying to solve a problem with an in-house Portal we've
developed to make sure applications sessions are terminated
appropriately for applications participating in the Portal.
Any information would be greatly appreciated.
Thanks and best regards,
Todd
I'm trying to understand the context of sessions, within a Servlet a
little better...
If multiple browsers access a Servlet, essentially creating a session
for each browser, Does the Servlet have all of the information it
needs to be able to pick and choose across those sessions, for my
purposes of terminating a specific session?
Say, for example, the servlet takes a string identifier of
"my_session_id" as a parameter. Could I invoke a method on the
Servlet, from a remote service, passing the "my_session_id" identifier
for one of the browser's sessions and have the Servlet terminate the
session for the browser I passed the id for?
I'd be happy to provide more information, if it's needed, but I'm
basically trying to solve a problem with an in-house Portal we've
developed to make sure applications sessions are terminated
appropriately for applications participating in the Portal.
Any information would be greatly appreciated.
Thanks and best regards,
Todd