.net authentication / refresh problem

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2005
Posts: 77
Reputation: magusdf is an unknown quantity at this point 
Solved Threads: 0
magusdf's Avatar
magusdf magusdf is offline Offline
Junior Poster in Training

.net authentication / refresh problem

 
0
  #1
Aug 11th, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 26
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: .net authentication / refresh problem

 
0
  #2
Aug 12th, 2005
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.

  1. Response.Cache.SetCacheability(HttpCacheability.NoCache)
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC