Browse by Tags

Related Posts

  • FormsAuthentication.SignOut don’t work on the firefox 3

    I'm using this code in login page. This is work fine. FormsAuthenticationTicket ticket = new FormsAuthenticationTicket ( 1 , // Ticket version eUserName . Text , DateTime . Now , DateTime . Now . AddMinutes ( 30 ), true , "administrator" , FormsAuthentication . FormsCookiePath ); string...
    Posted to Security (Forum) by ebattulga on 08-02-2009, 12:00 AM
    Filed under: AUTHCOOKIE, FormsAuthentication cookie, Authenticate, Authentication cookie ticket expiration expires sooner, firefox, auhentication
  • Send basic authentication to an iFrame programmatically

    I'm am working on an asp.net C# project where I'm trying to pass basic authentication credentials to a site programmatically, then display the authenticated page in an iFrame. The programmatic authentication is working, but I can't figure out how to, or if it's even possible to link that...
    Posted to Security (Forum) by outerringz on 09-09-2009, 12:00 AM
    Filed under: Authenticate, <asp.net>, HttpWebResponse, httpwebrequest, "ssl" "javascript" "cdata", auhentication
Page 1 of 1 (2 items)