Hi my problem is in my application i want to expire a session when user is in idel for 5 minutes and then the page want to redirect to login page and when user login I Want TO Redirected to Session expired page directly please send me the solutionAm using following code to Expire a session my page also redircted to login after user login i want to redirected to the session expired page \[code\]<sessionState mode="InProc" cookieless="false" timeout="2"></sessionState>\[/code\]