c# - Prevent Web page from caching while access through mobile -
i want prevent asp.net page browser caching. apply tricks available on internet,so browser stop caching page , every time request server page.
but problem when access site through mobile blackberry cache page , on button press page access cache without ping server. searched lot found nothing special.
one solution found said mobile browser stop caching when https request made
is true or not?
please help.
here suggested method works mobile , desktop browser: prevent browser caching of web pages in asp.net works in browsers (ie/firefox..)
Comments
Post a Comment