Has ANYONE actually got this to work? I think there's some other issue going on that I can't quite put my finger on. I modifed my web.confgi file and in the FORMS section, added the TIMEOUT=500000 value. It;s almost like the Sesson State is overriding the FORMS AUTH value. That is, after around 20 mins, I get TIMED OUT and am forced to re-LOGIN. .... I check and my COOKIE for FORMS AUTH is still there. It's behaving like it's not even checking the cookie that i set.
Some more background - in case it makes a difference. I do NOT require login authentication for the root of my site (www.cityswingsf.com) ... I only force the authentication when you hit a sub-folder of my site that is for Members only. So I have a separate web.config file that uses Roles Mgt for those secured pages ... But like I said, after they login - even with the REMEMBER ME selected - after some time, or even after a browser recycle, it seems to ignore the cookie...
Anyone else??? (Oh, and I currently have cookies DISABLED due to this problem until I can get something that works!)