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.