Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   dropdowns on some IE browsers don't refresh from cache (http://www.velocityreviews.com/forums/t68563-dropdowns-on-some-ie-browsers-dont-refresh-from-cache.html)

Jason Shohet 12-10-2003 07:32 PM

dropdowns on some IE browsers don't refresh from cache
 
I have a dataset that is put into a dropdown. The dataset is cached on the
server (we program in .NET to do the cache) once a day on the server so we
don't have to hit the db again and again for names of employess -- which
doesn't change that much.

On Monday a new employee was added to the system. Understandably they
didn't appear in the dropdown on Monday because the data is cached -- and
the cache is only refreshed once a day.

Today (Wednesday) we noticed that on some peoples' browsers, they still
don't see that new employee in the dropdown list. But on my machine we do.
We all have IE 6. I even had the other people delete their temporary
internet files etc. They still don't see the new person. Its obviously in
the cache on the server, because I see the person on my machine. But it
doesn't appear in some other browsers. Any ideas?
Jason Shohet



Jose L Rodriguez 12-11-2003 04:50 PM

Re: dropdowns on some IE browsers don't refresh from cache
 
that is too weird...what happens if the person reboots it machine? also are
the IE settings identical between your machine and that other person's? the
other issue could be your proxy server where it is holding its cache
regardless of user settings. just a thought

Jose


" Jason Shohet" <ash477@hotmail.com> wrote in message
news:egqeLT1vDHA.3220@tk2msftngp13.phx.gbl...
> I have a dataset that is put into a dropdown. The dataset is cached on the
> server (we program in .NET to do the cache) once a day on the server so we
> don't have to hit the db again and again for names of employess -- which
> doesn't change that much.
>
> On Monday a new employee was added to the system. Understandably they
> didn't appear in the dropdown on Monday because the data is cached -- and
> the cache is only refreshed once a day.
>
> Today (Wednesday) we noticed that on some peoples' browsers, they still
> don't see that new employee in the dropdown list. But on my machine we

do.
> We all have IE 6. I even had the other people delete their temporary
> internet files etc. They still don't see the new person. Its obviously

in
> the cache on the server, because I see the person on my machine. But it
> doesn't appear in some other browsers. Any ideas?
> Jason Shohet
>
>





All times are GMT. The time now is 03:16 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57