[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Session Manager  XML
Forum Index -> Development
Author Message
moebus

Power User

Joined: 21/11/2007 12:49:18
Messages: 93
Offline

In good old days we had com.casabac.server.IInteractionSessionMgr, which allowed an admin to see how many sessions are currently active, access certain properties of the sessions (e.g. user name), and could even kill a session.

How are similar tasks performed with captain casa?

CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

"In good old days" the session management was not the default one of the servlet engine ;-)

"In good current days" the session management is 100% http-session based. Have you looked on Tomcat manager - this at least tells you about sessions, you can look into the session attributes, you can stop sessions.

Björn

Björn Müller, CaptainCasa GmbH
moebus

Power User

Joined: 21/11/2007 12:49:18
Messages: 93
Offline

Thanks for this hint.
Is there a "standard" way to do this (j2ee- servlet api)? This tomcat stuff apparently leads deeper and deeper into catalina classes.
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team