I'm working on e-commerce website using VB.NET. User login to buy some of products and they can see order details. Once they logged in, session for user Id is created and logged out, all sesssion is abandoned.
I logged in the site, copy one of the link(e.g. order details) and logged out. When I run the link, the page is stil displayed eventhoug session is abandoned.
If I refresh the page, the page back to login page.
This haapends some of browser. I have tested IE, even same version of IE 8, some of them cashed the page, the o.
How can I disable cached page?