Computer Help and Spyware Removal Computer Help and Spyware Removal Computer Help and Spyware Removal Computer Help Forums Windows Startup Programs Database Spyware and Malware Removal Guides Computer Tutorials Uninstall Database File Database Computer Glossary Computer Resources
 

Welcome Guest ( Log In | Click here to Register a free account now! )



Register a free account to unlock additional features at BleepingComputer.com
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.
Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.


Important Announcement: We have a terrific contest still running on the site that I wanted all our members and guests to know about.

The chance to win two Seagate FreeAgent external hard drives. More information about this contest can be found here.

I suggest everyone submit an entry for them.

- BleepingComputer Management
 
Reply to this topicStart new topic
> Refreshing web pages, Having trouble with my visitors
deloa2
post Aug 5 2004, 06:03 PM
Post #1


New Member
*

Group: Members
Posts: 8
Joined: 12-July 04
Member No.: 1,379



I have an ASP page for my web customers to visit their account (My Account); this page loads their information posting any updates in the page depending on the customer's ID.

I have found many customers that have problems "seeing" the latest updates posted.

I think the problem is related to temporary files already loaded in their PC; I'd advise them to delete them from their browser. Now some of them already told me they are still having the same problem; is it possible or could be that they didn't do it [delete the files] correctly?

Wondering if there might be a code tag or a script, preferably in ASP, otherwise in javascrip that will force them to upload the most current version of the page, which should overwrite any version of the page already in their systems?

I'd appreciate your advise...

Thanks!
Go to the top of the page
 
+Quote Post
HuckerJ
post Aug 5 2004, 06:40 PM
Post #2


Forum Regular
***

Group: Members
Posts: 189
Joined: 11-April 04
From: East Tennessee
Member No.: 122



Here you go:
CODE
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
</head>


and in asp:
CODE
<% Response.CacheControl = "no-cache" %>>
<% Response.AddHeader "Pragma", "no-cache" %>
<% Response.Expires = -1 %>


This post has been edited by HuckerJ: Aug 5 2004, 06:43 PM


--------------------
There are 10 kinds of people. Those who understand binary notation, and those who do not.
user posted image - It plays, it streams, it kills WiMPs!!
Go to the top of the page
 
+Quote Post
deloa2
post Aug 5 2004, 10:10 PM
Post #3


New Member
*

Group: Members
Posts: 8
Joined: 12-July 04
Member No.: 1,379



Thank you HuckerJ!

I'll try it... I'm assuming I could use either one (one is in html and the other one in asp?) and not both.

Thanks again!
Go to the top of the page
 
+Quote Post
HuckerJ
post Aug 6 2004, 05:54 AM
Post #4


Forum Regular
***

Group: Members
Posts: 189
Joined: 11-April 04
From: East Tennessee
Member No.: 122



You should still be able to use both if you wanted. Put the html in the <head> and the ASP part in the <% %>.

This post has been edited by HuckerJ: Aug 6 2004, 05:58 AM


--------------------
There are 10 kinds of people. Those who understand binary notation, and those who do not.
user posted image - It plays, it streams, it kills WiMPs!!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 5th December 2008 - 12:35 PM


Advertise   |   About Us   |   Terms of Use   |   Privacy Policy   |   Contact Us   |   Site Map   |   Chat   |   Tutorials   |   Uninstall List
Discussion Forums   |   The Computer Glossary   |   Resources   |   RSS Feeds   |   Startups   |   The File Database   |   Malware Removal Guides

© 2003-2008 All Rights Reserved Bleeping Computer LLC.