![]() |
|
|
|
#1 |
|
Pls tel me how to automatically loggin out from the site when a give time
slot expires. I tired using Session but i;m stuck. =?Utf-8?B?d2FybmFqaXRo?= |
|
|
|
|
#2 |
|
Posts: n/a
|
You've not explained the technology you're using. However, If you are using
Forms Authentication, call FormsAuthentication.Signout and redirect the user to a non secured page. If you are using Windows authentication, the user is logged in with his windows id and password. Thus he is logged out when he shuts down the system. -- Okoronkwo Chinedu Nigeria "warnajith" wrote: > Pls tel me how to automatically loggin out from the site when a give time > slot expires. I tired using Session but i;m stuck. |
|