PC Review


Reply
Thread Tools Rate Thread

Data Pages Out of Date

 
 
Kevin
Guest
Posts: n/a
 
      13th Apr 2004
Have done a small database page for use with MSDE. Problem is when new data
entered the browser seems to store an old version and shows the old data. Is
there any way to force a browser to re-load the page on each visit?


 
Reply With Quote
 
 
 
 
MD Websunlimited
Guest
Posts: n/a
 
      13th Apr 2004
Hi Kevin,

Assuming you're using ASP page they always refresh. Do you have a firewall with a cache?

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to add Meta Tags to your web pages NOW with Google Bot controls.
http://www.websunlimited.com/order/P...2_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"Kevin" <(E-Mail Removed)> wrote in message news:uigx1%(E-Mail Removed)...
> Have done a small database page for use with MSDE. Problem is when new data
> entered the browser seems to store an old version and shows the old data. Is
> there any way to force a browser to re-load the page on each visit?
>
>



 
Reply With Quote
 
Kevin
Guest
Posts: n/a
 
      13th Apr 2004
Am using
Response.Expires = 0
Response.CacheControl = "Private"

Assumed was browser cache??

Kevin

"MD Websunlimited" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Kevin,
>
> Assuming you're using ASP page they always refresh. Do you have a firewall

with a cache?
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> Need to add Meta Tags to your web pages NOW with Google Bot controls.
> http://www.websunlimited.com/order/P...2_help_dir.htm
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
>
>
> "Kevin" <(E-Mail Removed)> wrote in message

news:uigx1%(E-Mail Removed)...
> > Have done a small database page for use with MSDE. Problem is when new

data
> > entered the browser seems to store an old version and shows the old

data. Is
> > there any way to force a browser to re-load the page on each visit?
> >
> >

>
>



 
Reply With Quote
 
MD Websunlimited
Guest
Posts: n/a
 
      13th Apr 2004
Kevin,

Neither of those will affect a Firewall cache system. Do you have a fire wall cache?

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com



"Kevin" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Am using
> Response.Expires = 0
> Response.CacheControl = "Private"
>
> Assumed was browser cache??
>
> Kevin
>
> "MD Websunlimited" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi Kevin,
> >
> > Assuming you're using ASP page they always refresh. Do you have a firewall

> with a cache?
> >
> > --
> > Mike -- FrontPage MVP '97-'02
> > http://www.websunlimited.com
> > Need to add Meta Tags to your web pages NOW with Google Bot controls.
> > http://www.websunlimited.com/order/P...2_help_dir.htm
> > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> >
> >
> > "Kevin" <(E-Mail Removed)> wrote in message

> news:uigx1%(E-Mail Removed)...
> > > Have done a small database page for use with MSDE. Problem is when new

> data
> > > entered the browser seems to store an old version and shows the old

> data. Is
> > > there any way to force a browser to re-load the page on each visit?
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Kevin
Guest
Posts: n/a
 
      13th Apr 2004
No - IE6 via a 3COM ISDN router, that uses NAT.

"MD Websunlimited" <(E-Mail Removed)> wrote in message
news:u6f%(E-Mail Removed)...
> Kevin,
>
> Neither of those will affect a Firewall cache system. Do you have a fire

wall cache?
>
> --
> Mike -- FrontPage MVP '97 - '02
> http://www.websunlimited.com
>
>
>
> "Kevin" <(E-Mail Removed)> wrote in message

news:(E-Mail Removed)...
> > Am using
> > Response.Expires = 0
> > Response.CacheControl = "Private"
> >
> > Assumed was browser cache??
> >
> > Kevin
> >
> > "MD Websunlimited" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi Kevin,
> > >
> > > Assuming you're using ASP page they always refresh. Do you have a

firewall
> > with a cache?
> > >
> > > --
> > > Mike -- FrontPage MVP '97-'02
> > > http://www.websunlimited.com
> > > Need to add Meta Tags to your web pages NOW with Google Bot controls.
> > >

http://www.websunlimited.com/order/P...2_help_dir.htm
> > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> > >
> > >
> > > "Kevin" <(E-Mail Removed)> wrote in message

> > news:uigx1%(E-Mail Removed)...
> > > > Have done a small database page for use with MSDE. Problem is when

new
> > data
> > > > entered the browser seems to store an old version and shows the old

> > data. Is
> > > > there any way to force a browser to re-load the page on each visit?
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Jon Spivey
Guest
Posts: n/a
 
      13th Apr 2004
Hi,
you could try
<%
Response.ExpiresAbsolute = #2000-01-01#
Response.AddHeader "pragma", "no-cache"
Response.AddHeader "cache-control", "private, no-cache, must-revalidate"
%>

This is about the best you can do

Jon
Microsoft MVP - FP

Kevin wrote:
> Am using
> Response.Expires = 0
> Response.CacheControl = "Private"
>
> Assumed was browser cache??
>
> Kevin
>
> "MD Websunlimited" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi Kevin,
>>
>> Assuming you're using ASP page they always refresh. Do you have a
>> firewall with a cache?
>>
>> --
>> Mike -- FrontPage MVP '97-'02
>> http://www.websunlimited.com
>> Need to add Meta Tags to your web pages NOW with Google Bot controls.
>> http://www.websunlimited.com/order/P...2_help_dir.htm
>> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
>>
>>
>> "Kevin" <(E-Mail Removed)> wrote in message

> news:uigx1%(E-Mail Removed)...
>>> Have done a small database page for use with MSDE. Problem is when
>>> new data entered the browser seems to store an old version and
>>> shows the old data. Is there any way to force a browser to re-load
>>> the page on each visit?



 
Reply With Quote
 
MD Websunlimited
Guest
Posts: n/a
 
      13th Apr 2004
If the ASP page is producing data then it should display the new page results.

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com


"Kevin" <(E-Mail Removed)> wrote in message news:%23IkE%(E-Mail Removed)...
> No - IE6 via a 3COM ISDN router, that uses NAT.
>
> "MD Websunlimited" <(E-Mail Removed)> wrote in message
> news:u6f%(E-Mail Removed)...
> > Kevin,
> >
> > Neither of those will affect a Firewall cache system. Do you have a fire

> wall cache?
> >
> > --
> > Mike -- FrontPage MVP '97 - '02
> > http://www.websunlimited.com
> >
> >
> >
> > "Kevin" <(E-Mail Removed)> wrote in message

> news:(E-Mail Removed)...
> > > Am using
> > > Response.Expires = 0
> > > Response.CacheControl = "Private"
> > >
> > > Assumed was browser cache??
> > >
> > > Kevin
> > >
> > > "MD Websunlimited" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > Hi Kevin,
> > > >
> > > > Assuming you're using ASP page they always refresh. Do you have a

> firewall
> > > with a cache?
> > > >
> > > > --
> > > > Mike -- FrontPage MVP '97-'02
> > > > http://www.websunlimited.com
> > > > Need to add Meta Tags to your web pages NOW with Google Bot controls.
> > > >

> http://www.websunlimited.com/order/P...2_help_dir.htm
> > > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> > > >
> > > >
> > > > "Kevin" <(E-Mail Removed)> wrote in message
> > > news:uigx1%(E-Mail Removed)...
> > > > > Have done a small database page for use with MSDE. Problem is when

> new
> > > data
> > > > > entered the browser seems to store an old version and shows the old
> > > data. Is
> > > > > there any way to force a browser to re-load the page on each visit?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Kevin
Guest
Posts: n/a
 
      13th Apr 2004
Thanks Mike

I know it should - but please tell IE6 that!!

Suggestion by Jon to add this:-
Response.ExpiresAbsolute = #2000-01-01#
Response.AddHeader "pragma", "no-cache"
Response.AddHeader "cache-control", "private, no-cache, must-revalidate"

Seems to be helping - so guess is caching in IE6

Kevin

"MD Websunlimited" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If the ASP page is producing data then it should display the new page

results.
>
> --
> Mike -- FrontPage MVP '97 - '02
> http://www.websunlimited.com
>
>
> "Kevin" <(E-Mail Removed)> wrote in message

news:%23IkE%(E-Mail Removed)...
> > No - IE6 via a 3COM ISDN router, that uses NAT.
> >
> > "MD Websunlimited" <(E-Mail Removed)> wrote in message
> > news:u6f%(E-Mail Removed)...
> > > Kevin,
> > >
> > > Neither of those will affect a Firewall cache system. Do you have a

fire
> > wall cache?
> > >
> > > --
> > > Mike -- FrontPage MVP '97 - '02
> > > http://www.websunlimited.com
> > >
> > >
> > >
> > > "Kevin" <(E-Mail Removed)> wrote in message

> > news:(E-Mail Removed)...
> > > > Am using
> > > > Response.Expires = 0
> > > > Response.CacheControl = "Private"
> > > >
> > > > Assumed was browser cache??
> > > >
> > > > Kevin
> > > >
> > > > "MD Websunlimited" <(E-Mail Removed)> wrote in message
> > > > news:(E-Mail Removed)...
> > > > > Hi Kevin,
> > > > >
> > > > > Assuming you're using ASP page they always refresh. Do you have a

> > firewall
> > > > with a cache?
> > > > >
> > > > > --
> > > > > Mike -- FrontPage MVP '97-'02
> > > > > http://www.websunlimited.com
> > > > > Need to add Meta Tags to your web pages NOW with Google Bot

controls.
> > > > >

> > http://www.websunlimited.com/order/P...2_help_dir.htm
> > > > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> > > > >
> > > > >
> > > > > "Kevin" <(E-Mail Removed)> wrote in message
> > > > news:uigx1%(E-Mail Removed)...
> > > > > > Have done a small database page for use with MSDE. Problem is

when
> > new
> > > > data
> > > > > > entered the browser seems to store an old version and shows the

old
> > > > data. Is
> > > > > > there any way to force a browser to re-load the page on each

visit?
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
MD Websunlimited
Guest
Posts: n/a
 
      13th Apr 2004
Okay.


"Kevin" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Thanks Mike
>
> I know it should - but please tell IE6 that!!
>
> Suggestion by Jon to add this:-
> Response.ExpiresAbsolute = #2000-01-01#
> Response.AddHeader "pragma", "no-cache"
> Response.AddHeader "cache-control", "private, no-cache, must-revalidate"
>
> Seems to be helping - so guess is caching in IE6
>
> Kevin
>
> "MD Websunlimited" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > If the ASP page is producing data then it should display the new page

> results.
> >
> > --
> > Mike -- FrontPage MVP '97 - '02
> > http://www.websunlimited.com
> >
> >
> > "Kevin" <(E-Mail Removed)> wrote in message

> news:%23IkE%(E-Mail Removed)...
> > > No - IE6 via a 3COM ISDN router, that uses NAT.
> > >
> > > "MD Websunlimited" <(E-Mail Removed)> wrote in message
> > > news:u6f%(E-Mail Removed)...
> > > > Kevin,
> > > >
> > > > Neither of those will affect a Firewall cache system. Do you have a

> fire
> > > wall cache?
> > > >
> > > > --
> > > > Mike -- FrontPage MVP '97 - '02
> > > > http://www.websunlimited.com
> > > >
> > > >
> > > >
> > > > "Kevin" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > > Am using
> > > > > Response.Expires = 0
> > > > > Response.CacheControl = "Private"
> > > > >
> > > > > Assumed was browser cache??
> > > > >
> > > > > Kevin
> > > > >
> > > > > "MD Websunlimited" <(E-Mail Removed)> wrote in message
> > > > > news:(E-Mail Removed)...
> > > > > > Hi Kevin,
> > > > > >
> > > > > > Assuming you're using ASP page they always refresh. Do you have a
> > > firewall
> > > > > with a cache?
> > > > > >
> > > > > > --
> > > > > > Mike -- FrontPage MVP '97-'02
> > > > > > http://www.websunlimited.com
> > > > > > Need to add Meta Tags to your web pages NOW with Google Bot

> controls.
> > > > > >
> > > http://www.websunlimited.com/order/P...2_help_dir.htm
> > > > > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> > > > > >
> > > > > >
> > > > > > "Kevin" <(E-Mail Removed)> wrote in message
> > > > > news:uigx1%(E-Mail Removed)...
> > > > > > > Have done a small database page for use with MSDE. Problem is

> when
> > > new
> > > > > data
> > > > > > > entered the browser seems to store an old version and shows the

> old
> > > > > data. Is
> > > > > > > there any way to force a browser to re-load the page on each

> visit?
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i sort pages by every date in pages? =?Utf-8?B?bW9oYW1lZCBodXNlaW4=?= Microsoft Word Document Management 3 20th Oct 2007 03:38 PM
updating external data sheet causes loss of data on linked pages =?Utf-8?B?Q19GX0Rld2V5?= Microsoft Excel Worksheet Functions 0 28th Aug 2007 11:48 PM
i have two date fileds Opend date Due date, can i set default on due date so, its always = to open date on my data entry form1 Urgent Mike Saifie Microsoft Access Form Coding 1 9th Mar 2006 01:08 AM
Lists for Data Access Pages: one string becomes separate data piec =?Utf-8?B?YW15IHN1emFubmUgbHluY2g=?= Microsoft Access External Data 0 18th Oct 2005 08:20 PM
Data Base Administration Pages, Data Update Page Scottt40 Microsoft Frontpage 1 24th Dec 2003 11:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:16 AM.