Results 1 to 3 of 3

Thread: get user form session cookie

  1. #1

    Thread Starter
    Hyperactive Member fabianus's Avatar
    Join Date
    Sep 2004
    Location
    Paris
    Posts
    402

    Resolved 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.

  2. #2
    Lively Member
    Join Date
    Aug 2004
    Posts
    94

    Re: get user form session cookie

    Imports System.Web.Security

    User.Identity.Name

  3. #3

    Thread Starter
    Hyperactive Member fabianus's Avatar
    Join Date
    Sep 2004
    Location
    Paris
    Posts
    402

    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
  •  



Click Here to Expand Forum to Full Width