Administratively view other sessions

0
0

Is there a way to see other users sessions in WiseJ?  We are looking to build some administrative features and it would be useful to see users’ sessions, how long they’ve been logged in, and if possible even a way to terminate a user’s session.

I think we could probably track some of this by static shared data – but we are also interested in seeing actual WiseJ sessions…

 

Any thoughts?

  • You must to post comments
0
0

The default session manager uses The HttpRuntime.Cache instance which in turn returns System.Web.Caching.Cache  which is probably enumerable. But I don’t think you can retrieve the time left. You can certainly retrieve a Wisej session, which is IDisposable, and dispose it.

You can also install a custom session manager and track everything you need, see attachment and comment here: https://wisej.com/support/question/sessiontimeout

 

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.