Hi,
I am using a master page with a dynamic menu bar across the page. If the user has requested a redirect back to the login (home) page, I don't want to log them out but I do want to hide the menu bar. Currently I am using whether the user is authenticated to control if the menu bar is visible or not. Basically, I want to always hide the menu bar when on the login page. The menu is rendered prior to the page itself so I need to be able to read the redirect request to see if the login page is the destination. I tried a Response.RedirectLocation field but that seems to be null.
How can I determine what the redirect request is?
Thank you, James