C
cmessier
Hello all,
I'm using ASP.Net 2.0 to create a small web application that uses forms
authentication. Currently, when a user logs out, a ReturnUrl is set in
the QueryString. However, if at the login screen, I try to login as a
different user, it still tries to send me back the ReturnUrl. The
desired behavior would be that the login screen always sends the user
to the DestinationPageUrl, regardless if the ReturnUrl is in the query
parameter or not.
Thanks in advance for any help.
Let me know if this makes sense.
Cameron
I'm using ASP.Net 2.0 to create a small web application that uses forms
authentication. Currently, when a user logs out, a ReturnUrl is set in
the QueryString. However, if at the login screen, I try to login as a
different user, it still tries to send me back the ReturnUrl. The
desired behavior would be that the login screen always sends the user
to the DestinationPageUrl, regardless if the ReturnUrl is in the query
parameter or not.
Thanks in advance for any help.
Let me know if this makes sense.
Cameron