Ok, now this is really freaking me out. I was having problem getting
FormsAuthentication.SetAuthCookie to give me an authentication ticket for my
context.User.Identity. IsAuthenticated always returned false.

I go away over the weekend and suddenly it began working.

Now however it always remembers me. Even before I make the call to
SetAuthCookie. In fact I can test for the context user identity at page load
and receive the login that I used. I always set the cookie value to false
for this method so I'm pretty sure there isn't a cookie involved.

Got any ideas?

Thanks