system idle
-
HI all i have an login page for user. If The user login and if he kept the System idle for 5 min then how can i kill the session can any one give me an idea on this Than Q Keerthi
-
HI all i have an login page for user. If The user login and if he kept the System idle for 5 min then how can i kill the session can any one give me an idea on this Than Q Keerthi
Hi, The Timeout property specifies the time-out period assigned to the Session object for the application, in minutes. If the user does not refresh or request a page within the time-out period, the session ends. Session.Timeout [=nMinutes]
Parwej Ahamad g.parwez@gmail.com
-
HI all i have an login page for user. If The user login and if he kept the System idle for 5 min then how can i kill the session can any one give me an idea on this Than Q Keerthi
Set session time out as 5 minutes. Set the session timeout tag in config and it will be applicable for whole application
Shujaat
-
HI all i have an login page for user. If The user login and if he kept the System idle for 5 min then how can i kill the session can any one give me an idea on this Than Q Keerthi
-
Hi, The Timeout property specifies the time-out period assigned to the Session object for the application, in minutes. If the user does not refresh or request a page within the time-out period, the session ends. Session.Timeout [=nMinutes]
Parwej Ahamad g.parwez@gmail.com
-
HI all Thx for reply My requriment is when user login if he idle for 10 min then page will redirect to login.aspx how can i detect system idle time Thx keerthi
-
HI all Thx for reply My requriment is when user login if he idle for 10 min then page will redirect to login.aspx how can i detect system idle time Thx keerthi
BOOL GetLastInputInfo( PLASTINPUTINFO plii ); just go through it. http://msdn2.microsoft.com/en-us/library/ms646302.aspx
Naik M