Forums
This topic is locked
Restrict access to page problem
Posted 04 Feb 2013 08:32:07
1
has voted
04 Feb 2013 08:32:07 Christian Sen posted:
Hi there!I have been making webpages for years, and one of the first thing I learned when making secure pages was preventing visitors from going back after logout. This seemed to be fixed with different scripts in the head section like this:
< % Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" %>
But this coding don't seem to work anymore. No matter what I do the user is not prevented from going back and a lot of the page is still visible.
Are there additional solutions to the script mentioned above and Restrict Access To The Page that can be done to prevent this?
Regards,
Sarre
DWCS5, ASP, ACCESS