Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get webuser login from session variable
Message
De
11/08/2012 12:46:35
 
 
À
11/08/2012 11:53:17
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01550318
Message ID:
01550338
Vues:
36
>>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 :-{
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform