|
Hey to all.
I have a login page which creates a session variable through out the site.
If I enter this <%= Session("MM_Username") %> in one of the logged in pages, it shows me my username.
Is it possible to also show any other Sessions that may exist.
This is so that I may be able to create a repeat region on this code <%= Session("MM_Username") %> which would show a list of live or existing Sessions.
"Who Is Logged In"
Mally.
|