Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Reloading an asp NOT Cashing

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,144
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> Reloading an asp NOT Cashing
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Reloading an asp NOT Cashing - 6/9/2001 1:28:32 AM   
  aspprogrammer

 

Posts: 10
Score: 0
Joined: 6/9/2001
From: Belgium
Status: offline
The problem is the following
From an asp page that submit data, there is a button(form
element)that through a javascript load a frameset consisted of a
html page and asp page accordingly.The redirection works but in
IE loads the asp from cash and so the submited date doesn't
displayed except if you manually refresh the page, where the
Netscape reload tha asp page displaing the new data.Any
solution?
 
 
Post #: 1
 
 Re: Reloading an asp NOT Cashing - 6/9/2001 1:30:15 AM   
  gold7

 

Posts: 10
Score: 0
Joined: 6/9/2001
From: USA
Status: offline
yes..

add in asp before sending the header:
<%
response.expires=-1
response.expires=0
%>

(in reply to aspprogrammer)
 
 
Post #: 2
 
 Re: Reloading an asp NOT Cashing - 6/9/2001 1:30:46 AM   
  gold7

 

Posts: 10
Score: 0
Joined: 6/9/2001
From: USA
Status: offline
also you can add with it 2 meta lines in the head part:

<meta http-equiv="PRAGMA" value="NO-CACHE">
<meta http-equiv="Expires" content="Mon, 01 Jan 1990 12:00:00
GMT">

(in reply to aspprogrammer)
 
 
Post #: 3
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> Reloading an asp NOT Cashing Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts