Tuesday, March 27, 2012

List sessions

Is possible to get list sessions current web application; start time, logged
user and other properties ?"Waldemar Grzywiski" <waldemarg@.autograf.pl> wrote in
news:uskiyTpyFHA.3952@.TK2MSFTNGP10.phx.gbl:

> Is possible to get list sessions current web application; start time,
> logged user and other properties ?

I don't think sessions are accessible...

But you could use a database to store that sort of informaiton. Use the
OnSessionStart and OnSessionEnd events in your global.asax to update the
database.

--
Lucas Tam (REMOVEnntp@.rogers.com)
Please delete "REMOVE" from the e-mail address when replying.

Newmarket Volvo Sucks! http://newmarketvolvo.tripod.com
One option is to use Session_Start & Session_End events (in global.asax)

"Waldemar Grzywi?ski" wrote:

> Is possible to get list sessions current web application; start time, logged
> user and other properties ?
>
>

0 comments:

Post a Comment