Forums

ASP

This topic is locked

session

Posted 21 Feb 2006 09:42:21
1
has voted
21 Feb 2006 09:42:21 likez praise posted:
can anybody help!!!!

how can i use session in all my page, wherein the user can not view the previous page. or when the user click on the back button he/she can not view it.

thanx

Replies

Replied 23 Mar 2006 01:53:24
23 Mar 2006 01:53:24 micah santos replied:
Does the user already logged out from the access page? If he/she does, then put these codes on top of every pages.

<%
If Session("access_user" = "" Then
Response.redirect "invalid.asp"
Else

%>

<!-- HTML -->

<% End If %>

Reply to this topic