Hi, :)
I have already tried the idea from the following link:
http://p2p.wrox.com/topic.asp?TOPIC_ID=36049
On every restricted page, i have included this link
<a href="signout.asp" target="_parent">Sign Out</a>
on signout.asp
<%
Session.Abandon()
Response.Redirect("index.htm")
%>
But it not working. I still can go in to restricted page by key the URL and press back button.
Am i miss out something?
Could anyone give me advice?
Thank you
Selina