Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get webuser login from session variable
Message
From
11/08/2012 12:46:35
 
 
To
11/08/2012 11:53:17
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01550318
Message ID:
01550338
Views:
37
>>Hi all, please I need to know how to get the logged user for my audit procedure when changing data on tables.
>>T.I.A.
>
>>http://msdn.microsoft.com/en-us/library/ms187934.aspx
>
>>http://msdn.microsoft.com/en-us/library/ms179930.aspx
>
>Thank you Viv Phillips, but I did the question wrong, I mean a logged user from asp web page, I created a session variable with that name, then I need anyplace in the program audit with that session variable, because I'm using a generic user to connect.

Hmm. If you just want the value from a session variable then something like :
string s = (string)(Session["UserName"]);
but I've a feeling I still have not understood what you are asking :-{
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform