How to disable cache in asp.net? -


i'm working on e-commerce website using vb.net. user login buy of products , can see order details. once logged in, session user id created , logged out, sesssion abandoned.

i logged in site, copy 1 of link(e.g. order details) , logged out. when run link, page stil displayed eventhoug session abandoned.

if refresh page, page login page.

this haapends of browser. have tested ie, same version of ie 8, of them cashed page, o.

how can disable cached page?

in addition ending session upon logout telling .net authentication end? when using forms authentication, example, need formsauthentication.signout();


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -