How can I change the value of ReturnUrl
passed to the login page when the user is on a specific page and the session expires?
For example, if the user is on the page www.meusite.com/seguranca.aspx
and the session ends, instead of directing by default to www.meusite.com/login.aspx?ReturnUrl=seguranca.aspx
you would like it to be directed to another page, such as www.meusite.com/login.aspx?ReturnUrl=default.aspx
.
For the remaining pages, it would remain normal.