In Forms authentication, on session timeout instead of going to login.aspx is it possible to redirect to a custom page based on the role?
Similarly on logout,redirecting to a custom page?
For Eg: For studentRole - redirect to StudentTimedOut.aspx/StudentLoggedout.aspx
For TeacherRole - redirect to TeacherTimedOut.aspx/TeacherLoggedOut.aspx
Please help ! 