Redirect to https login page
Posted
by user50622
on Stack Overflow
See other posts from Stack Overflow
or by user50622
Published on 2010-06-09T14:09:00Z
Indexed on
2010/06/09
14:12 UTC
Read the original article
Hit count: 216
I have a site that has a mix of http and https pages. Under the root of the site, one folder has all the http pages and another has all the https pages. Login is over https and sends the user to the other pages. When a session expires the forms authentication redirects to the Login page but the browser uses http and the user gets a 403 error.
Is there any way to override the session timeout to send it to https?
© Stack Overflow or respective owner