Ask a Question related to ASP Database, Design and Development.
-
Vinnie the Rat #1
Extracting the Username of the logged-on user
Is there something in either VB script or Java that can (at the client end)
extract the username of the logged-on user that could be subsequently passed
to a session variable or to the server? I'd like to use this information to
restrict/allow access to certain menu's and therefore control access to the
application.
Vinnie the Rat Guest
-
#40205 [NEW]: can't get the real Imap username if logged in with an alias
From: jekyll at home dot nl Operating system: Linux PHP version: 4.4.4 PHP Bug Type: Feature/Change Request Bug description:... -
I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Hi James, were you able to resolve your problem? I'd be interested to know how you achieved this. Basically I have the same set up as you. I want... -
Recognise a logged in user
Hi How do I recognise a logged in user on a Windows network. The clients are running XP/IE6. Server is NT Server 2000 / IIS. The Situation... -
Logged in user?
I need some asp code that can give me the user that is logged on to the PC, can anyone help? Regards Betina -
Username not logged in IIS when using forms authentication with Active Directory
Hi! I've succesfully implemented Forms Authentication with a Active Directory, described at... -
Aaron Bertrand - MVP #2
Re: Extracting the Username of the logged-on user
Not really, turn off anonymous access and then you can use
Request.ServerVariables("AUTH_USER") or
Request.ServerVariables("LOGON_USER")
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"Vinnie the Rat" <chokedee@eastnet.com.cn> wrote in message
news:#FaVZBO5DHA.2412@TK2MSFTNGP11.phx.gbl...end)> Is there something in either VB script or Java that can (at the clientpassed> extract the username of the logged-on user that could be subsequentlyto> to a session variable or to the server? I'd like to use this informationthe> restrict/allow access to certain menu's and therefore control access to> application.
>
>
Aaron Bertrand - MVP Guest



Reply With Quote

