I am looking for a solution to redirect the user to a login page when they have been inactive and their session login has expired.
Currently, Umbraco 7.0 is able to redirect correctly when I click a link anywhere but NOT when I submit a form. In the latter case, the form is submitted to the Controller and Action but the Session values are empty (expired).
Why don't Umbraco redirect on form posts?
I am chasing a workaround for this to manually check the session for each page request but I do not know a good place/method to do this.
Umbraco fail to redirect on session timeout
I am looking for a solution to redirect the user to a login page when they have been inactive and their session login has expired.
Currently, Umbraco 7.0 is able to redirect correctly when I click a link anywhere but NOT when I submit a form. In the latter case, the form is submitted to the Controller and Action but the Session values are empty (expired).
Why don't Umbraco redirect on form posts?
I am chasing a workaround for this to manually check the session for each page request but I do not know a good place/method to do this.
Thank you very much for helping out!
I have the same problem. Did you find out the right way to do ?
same problem any help
is working on a reply...