Hi,
I have a menu page,a login page and a default page.After i ligin default page comes and a sesion is created as usedid.I just want to navigate to login page when session ends.Is there anything can be done in global.asax file as i dont want to do coding in each page.If yes then how.Please reply soon.
Loading
Prasad GodbolePosted Oct 25, 2006, 8:31 AM
Session_End(ByVal sender As Object, ByVal e As EventArgs)
{
// Your code will goes here
}
I hope it should work
Please give me reply on this solution whether it works or not
Bye....
Prasad