944,153 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 3471
  • ASP.NET RSS
Aug 11th, 2005
0

.net authentication / refresh problem

Expand Post »
so waay back i had some questions about setting up a login to secure a site i've been working on

there seems to be a rather annoying side effect

mostly html aside from a few simple asp scripts on particular pages

however if an update is made to the html such as a changed link or order of text changed even basic text content
the user needs to hit refresh in order to update it even if its been several days

i originally thought that it mush have been browser settings but taking out the login system seems to resolve it
simply closing browser and coming back to site and its updated
any ideas on this?


thanks,
MagusDF
Similar Threads
Reputation Points: 12
Solved Threads: 0
Junior Poster in Training
magusdf is offline Offline
77 posts
since Jun 2005
Aug 12th, 2005
0

Re: .net authentication / refresh problem

Just a guess, but it sounds like the application pages are being cached. Add noCache to the page_load event, or application event in the Global.asax file.

ASP.NET Syntax (Toggle Plain Text)
  1. Response.Cache.SetCacheability(HttpCacheability.NoCache)
Team Colleague
Reputation Points: 211
Solved Threads: 27
Master Poster
Paladine is offline Offline
793 posts
since Feb 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: datagrid not showing images in Mozilla.
Next Thread in ASP.NET Forum Timeline: problems with accessing some websites





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC