The Challenge is that I need to provide a window based monitoring tool for
Admininstrators to view and terminate the live sessions of the website.
The database solution provided by Coskun SUNALI is OK but it involves a
turnaround trip to database with each HTT request for checking its life
status.
Eliyahu Goldin said:
What is your ultimate purpose? May be there are more elegant solutions to
it
than killing sessions.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
amit_mitra said:
In addition to this My site works with MYSQL and Oracle. I amm looking
for
a
solution with ASP.NET State services.
If we can find out the API exposed by this state service for updation
of
session state data, I think we can find some solutions.
Amit
:
I suppose he needs to use standard SQL job
"State_Job_DeleteExpiredSessions" clear the sessions
Ah no, and that's the problem...
He doesn't want to clear expired sessions - he wants to forcibly
terminate
current sessions...