Closed GoogleCodeExporter closed 9 years ago
What does your securitySwitch configuration section look like with regards to
the base URI attributes and the login path entry?
Original comment by vent...@gmail.com
on 29 Mar 2011 at 11:20
Most of the time, these issues are related to the authentication setup or some
proxy or other in-the-middle device causing issues.
First, setting requireSSL to true will likely cause issues when you access
pages without SSL. If you have pages that you want users to get to via HTTP
after logging in, and you still need to get at their username/authentication
ticket, it won't work with this setting. The browser will only send the auth
ticket (which is a cookie) if the request is made via HTTPS.
Second, I question that you set the forms auth domain to ".mydomain.com". The
leading period may cause some issue as well. Have you tried setting the domain
to just "mydomain.com"?
Original comment by vent...@gmail.com
on 2 Apr 2011 at 6:44
I apologize for taking so long to get back with you. It appears as if the
requireSSL setting was what was causing this to blow up. Thank you very much
for getting my head straight as I thought I had tried every possible
combination.
Original comment by rattri...@gmail.com
on 21 Apr 2011 at 1:02
I'm glad you got it figured out!
Original comment by vent...@gmail.com
on 21 Apr 2011 at 9:39
Original issue reported on code.google.com by
rattri...@gmail.com
on 29 Mar 2011 at 3:04