×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / in IIS/ASP, how can i keep my pages always be refreshed? eg, the first page is a login page, after used logged in, and enter the second page, now the user press "back" and return to the login page ...
    so when user press "Forward" button, currently my system always let the user see the second page, but it is supposed to show an error "the page is not avalidable and please login again."
    I have set the option "<% Response.ExpiresAbsolute %>" in my asp page. so what else i should check? ?
    please help! thanks in advance!
    • two way:(1)use session (2)use cookie; and you must write some code to deal with this stuff.