Rookie
|
| Posted: 10/28/2004, 12:39 PM |
|
I have a script thet redirects a user automatically after 5 minutes, haw can I also logout the user?
I need the logout code ....
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 10/28/2004, 3:19 PM |
|
You can either:
- redirect the user to the logout URL: Login.asp?Logout=True
(use "Logout" action to add Logout functionality to any page)
- or in ASP run the CCLogoutUser subroutine.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|