Forums

ASP

This topic is locked

Force Logout?

Posted 10 Mar 2003 20:19:21
1
has voted
10 Mar 2003 20:19:21 Jerry Rulewicz posted:
Hello,
I have a problem with asp pages I have secured with the Restrict Access to Page server behavior. The asp pages appear in 3 frames and when the user session expires the login page appears in all 3 frames...very ugly. What is the best way to redirect the entire frameset when the user session expires.
Thanks in advance......Jerry

Replies

Replied 12 Mar 2003 22:29:44
12 Mar 2003 22:29:44 Jerry Rulewicz replied:
ok...I'll post my own answer. I set the goto page for all the restrict access server behaviors to a page with nothing but the following java script...

<script language="JavaScript" type="text/JavaScript">
top.location = 'login.asp'
</script>

Reply to this topic