hello every one!
in my php website i am using frames, one is top and 2nd is main frame top is for logo and buttons and in the main frame for rest of the stuff. what happens is that when after loggin in comes to home page and press th freresh button to refresh page it does not refresh the home page instead of that it diverts me to log in page to login again?
keepin in mind that name of the main frame is main.php and top is top.php and the frame that combines the both is named as index.php
can i any one sort my problem????
Regards..
[SOLVED] problem in refreshing.
Moderator: General Moderators
-
Breckenridge
- Forum Commoner
- Posts: 62
- Joined: Thu Sep 09, 2004 11:10 pm
- Location: Breckenridge, Colorado
I only had a problem like that on slow servers. I would try using:
I hope that the above meta tag will help with your refresh problems.
Code: Select all
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">- itsmani1
- Forum Regular
- Posts: 791
- Joined: Mon Sep 29, 2003 2:26 am
- Location: Islamabad Pakistan
- Contact:
i donot know Where to write the code? can u tell me plz.Breckenridge wrote:I only had a problem like that on slow servers. I would try using:I hope that the above meta tag will help with your refresh problems.Code: Select all
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
put in in between the head tags. Like:
Go here for more information on meta tags.
Code: Select all
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
</head>