Problem with FormsAuthentication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Xavier MT

    #1

    Problem with FormsAuthentication

    Hi, I have a with formsauthentica tion because I log in succesfuly but I
    cannot logout.
    I do: FormsAuthentica tion.SignOut but it doesn't work. How do I do it?


  • John Saunders

    #2
    Re: Problem with FormsAuthentica tion

    "Xavier MT" <xmorera@hotmai l.com> wrote in message
    news:eObUmkamDH A.2232@TK2MSFTN GP09.phx.gbl...[color=blue]
    > Hi, I have a with formsauthentica tion because I log in succesfuly but I
    > cannot logout.
    > I do: FormsAuthentica tion.SignOut but it doesn't work. How do I do it?[/color]

    Are you using a permanent cookie? If so, you need to delete it by setting it
    again with an expiration date in the past.
    --
    John


    Comment

    Working...