I want to sign out a user when his session times out. So used following code in Global.asax:
protected void Session_End(object sender, EventArgs e) { For
In your web.config you need to have the sessionState element as a child of the element
.....