Re: Default Authentication Ticket Expiration

From: Brock Allen (ballen_at_NOSPAMdevelop.com)
Date: 11/22/05

  • Next message: Dave Slinn: "Re: Transfer authentication token - how to single sign-on"
    Date: Mon, 21 Nov 2005 16:37:20 -0800
    
    

    > If I use a NON-PERSISTENT default authentication ticket (i.e. One
    > created by redirectfromlogin with persistent = false) what is the
    > default expiration of said ticket? Is it based on the session timeout
    > in my web.config file?

    It's based upon the timeout attribute of the <forms> element in web.config.

    Dom has lots to say about the forms authentication ticket and cookie (although
    it's more about persistent cookies):

    http://www.leastprivilege.com/FormsAuthPersistentCookies20RTM.aspx

    -Brock
    DevelopMentor
    http://staff.develop.com/ballen


  • Next message: Dave Slinn: "Re: Transfer authentication token - how to single sign-on"