find currently logged in user?

K

kon

Hi Guys!

Is any way to find out like in PWA who is currently
logged in?

Thanks for your help

-KON
 
A

Alex Ribeiro

If you are writing a new page, in ASP.NET, just get the
Page.Identity.User.Name property or the
Request.ServerVariables["logon_user"]. Otherwise, take a look at the lgn*.asp
pages located under the Virtual IIS Root folder.

Hope this is useful.
 
Top