|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
For some reason, and I don't know why, my home page wiggs out if you go back to it using the back button.
It loads fine by itself, but something is happening in Cache that I can't figure out. www.sheridan.edu ... click on some link and then go back, and you will see what I mean. Any ideas? I'm lost. Thanks, John |
|
#2
|
|||
|
|||
|
Don't you just love it when you have an epiphony just after submitting a post?? I added a No Cache command to the top of the page to force the page to look outside of cache... problem solved. Yes!
Code:
<!-- Attempt to fix Caching problem in page back --> <% Response.Expires = 60 Response.Expiresabsolute = Now() - 1 Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-control","private" Response.CacheControl = "no-cache" %> <!-- END fix Caching problem in page back --> |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Weird Page Back Cache Layout Problem?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|