Trying to prevent user from going back to the previous page but still to no success..it still goes to the previous page..
already inserted this code..
response.expires = -1
response.addheader "pragma", "no-cache"
response.addheader "cache-control","no-stor"
what am i doing wrong?
already inserted this code..
response.expires = -1
response.addheader "pragma", "no-cache"
response.addheader "cache-control","no-stor"
what am i doing wrong?