I did have the "Cookies" folder created just below the root but I had also tried the setup with "/" before. Unfortunately, neither settings solved the redirect issues.
-----Original Message----- From: Scott M. Holodak [mailto:[email protected]] Sent: Monday, October 31, 2011 11:30 AM To: [email protected] Subject: RE: [cas-user] Setting up ExampleWebsite - Too many redirects & no cookie? Hi, Also, make sure your cookie path is set correctly. The default value is '/', which will allow Forms Authentication to work for any site below the root of your web site. /Cookies only works if your application path is /Cookies relative to the FQDN of your site. -Scott http://www.asp.net/security/tutorials/forms-authentication-configuration-and -advanced-topics-cs <configuration> <system.web> <authentication mode="Forms"> <forms ... path="/Cookies" ... /> </authentication> </system.web> </configuration> -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
