showing who is logged on

T

Tina

(using 1.1)
I need to show who is logged on to my asp.net application. I'm using forms
authentication. I can add users to an application variable when they log
in. But I need a way to remove them from the list after they have been
inactive for so long.

How can I do that? Is there an easier way to get at what I wan to do?
thanks,
T
 
G

Guest

How can I do that? Is there an easier way to get at what I wan to do?
thanks,

Use the event handlers within the global.asax.

Session start/Session end handlers should do what you want - just log a
record to the database or an application variable when a user logs in : )
 

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,774
Messages
2,569,596
Members
45,142
Latest member
DewittMill
Top