FormsAuthentication obtaining user name
Hi I am using FormsAuthentication in my application and i need to grab the user who is logged in on a certain page, is it possible to get the username from FormsAuthentication or would i have to sent another cookie/session once they have logged in ?
thanks in advance
Re: FormsAuthentication obtaining user name
Normally you set the user name with the authentication ticket - so you can easily grab it from the ticket anytime later.
http://msdn.microsoft.com/library/de...snametopic.asp
Re: FormsAuthentication obtaining user name
thanks mate
jobs a gooden