|
-
Apr 20th, 2005, 06:30 AM
#1
Thread Starter
Hyperactive Member
get user form session cookie
Once the user is registered with a persistent cookie like this:
System.Web.Security.FormsAuthentication.RedirectFromLoginPage(my_user.login, true)
How may I retrieve the login at a later time?
Last edited by fabianus; Apr 20th, 2005 at 07:48 AM.
-
Apr 20th, 2005, 07:07 AM
#2
Lively Member
Re: get user form session cookie
Imports System.Web.Security
User.Identity.Name
-
Apr 20th, 2005, 07:47 AM
#3
Thread Starter
Hyperactive Member
Re: get user form session cookie
thank you - that's what I needed !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|