This is a discussion on Session Management API - Weblogic ; I'm looking for some way to query the weblogic container about servlet sessions by id. I'd like to create a management program that is supplied a session id, performs a lookup against WL session manager, and dumps the data in ...
I'm looking for some way to query the weblogic container about servlet sessions
by id. I'd like to create a management program that is supplied a session id,
performs a lookup against WL session manager, and dumps the data in that session.
Is there such an API or interfaces? Any docs, examples, etc. in that direction
would be appreciated.