Enumerating application sessions

  • Thread starter Arturo Buonanni
  • Start date
A

Arturo Buonanni

Hello,

I'm coding a web application using ASP.NET 2.0.

Is there a way in wich I can enumerate all active sessions and have
information about these sessions?

Thanks.
 
V

V

Hi,

One quick way would be to write simple code that fires on each
'Session_Start' event and logs information into data store, from where
you can query it whenever you need.

Regards,
Vaibhav
www.nagarro.com
 
A

Arturo Buonanni

Is there no application's object or collection that enums active
sessions?

I need to prevent a user that has already started a session from a
different PC/browser to login again to the application.

Any help is higly appreciated.
 

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,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top