reload of page required after formsAuthentication signout / logout?

J

jobs

Hello.

I have asp.net menu with a logout item.

I handle the the menu click as follows:

Protected Sub Menu_MenuItemClick(ByVal sender As Object, ByVal e As
System.Web.UI.WebControls.MenuEventArgs) Handles Menu.MenuItemClick
If Menu.SelectedValue = "Logout" Then
Response.Write("Logout")
FormsAuthentication.SignOut()

End If

But notice It does not log me out until resubmit the page.

How should I handle this? redirect to itself? whats the best way to
automatically reload the page in asp.net 2.0?

Thanks for any help or information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top