how to check if a particular session is alive?

B

Bob

Many single sign on systems can check whether a particular session is alive
if it's passed a sessionID via web service. How is this done in .NET if the
service app uses InProc session? I can't seem to find anything in the .NET
class library that exposes the session collections in an application.
However the infrastructure to lookup a session based on the sessionID is
definite in ASP.NET. Does anyone have any suggestions?

I know I can change to use database to track ASP.NET sessions, and then can
query against the DB to find out whether a particular one is still alive.
It would be my last resort if the InProc mode doesn't work out.

Thanks
Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top