auth cookie savepath

Last post 10-23-2006 10:01 PM by mbanavige. 1 replies.

Sort Posts:

  • auth cookie savepath

    10-23-2006, 7:02 PM
    • Contributor
      4,290 point Contributor
    • Peter Smith
    • Member since 03-19-2005, 9:58 AM
    • Posts 1,606
    If I check the remember me checkbox in the login control, where will the cookie be physically saved?
    here's my web.config:


    <forms name=".MyCookie" cookieless="AutoDetect" protection="All" loginUrl="Login.aspx" slidingExpiration="true" timeout="30" path="/">

    <credentials passwordFormat="SHA1"/>

    </forms>

    please mark answers as 'Answered' and post back solutions when you figure stuff out that isnt in the post already.
  • Re: auth cookie savepath

    10-23-2006, 10:01 PM
    Answer
    • All-Star
      97,552 point All-Star
    • mbanavige
    • Member since 11-06-2003, 8:29 AM
    • New England, USA
    • Posts 10,308
    • Moderator
      TrustedFriends-MVPs

    persistent cookies are saved by the users browser on the users hard disk.

     

     

    Mike Banavige
    ~~~~~~~~~~~~
    Need a site code sample in a different language? Try converting it with: http://converter.telerik.com/
Page 1 of 1 (2 items)