Hi Guys! Is any way to find out like in PWA who is currently logged in? Thanks for your help -KON
K kon Sep 24, 2004 #1 Hi Guys! Is any way to find out like in PWA who is currently logged in? Thanks for your help -KON
A Alex Ribeiro Sep 30, 2004 #2 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.
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.