refresh
Moderator: General Moderators
-
magicrobotmonkey
- Forum Regular
- Posts: 888
- Joined: Sun Mar 21, 2004 1:09 pm
- Location: Cambridge, MA
refresh
How do I get rid of this:
"The page cannot be refreshed without resending the information. Click Retry to send the information again, or click Cancel to return to the page that you were trying to view."
if someone hits back or refresh. I notice it doesn't happen here. I use sessions and don't pass anything in the URL.
"The page cannot be refreshed without resending the information. Click Retry to send the information again, or click Cancel to return to the page that you were trying to view."
if someone hits back or refresh. I notice it doesn't happen here. I use sessions and don't pass anything in the URL.
-
magicrobotmonkey
- Forum Regular
- Posts: 888
- Joined: Sun Mar 21, 2004 1:09 pm
- Location: Cambridge, MA
- Bill H
- DevNet Resident
- Posts: 1136
- Joined: Sat Jun 01, 2002 10:16 am
- Location: San Diego CA
- Contact:
Try this at the top of the page:
Code: Select all
<?php
session_cache_limiter("private,must-revalidate");
?>Code: Select all
<?php
header("Cache-control:private");
?>-
magicrobotmonkey
- Forum Regular
- Posts: 888
- Joined: Sun Mar 21, 2004 1:09 pm
- Location: Cambridge, MA
- EvilWalrus
- Site Admin
- Posts: 209
- Joined: Thu Apr 18, 2002 3:21 pm
- Location: Springmont, PA USA
-
magicrobotmonkey
- Forum Regular
- Posts: 888
- Joined: Sun Mar 21, 2004 1:09 pm
- Location: Cambridge, MA
- EvilWalrus
- Site Admin
- Posts: 209
- Joined: Thu Apr 18, 2002 3:21 pm
- Location: Springmont, PA USA
WildWings has since gone under... Something about the dude that owned it taking a loan from a loanshark, and never paying it back... so, now it's a little dinky shop with no publicity.
Hopefully, sometime in the near future, i can move out of this state... i could never like in Hershey though.. the chocolate smell would give me migraines 24/7
Hopefully, sometime in the near future, i can move out of this state... i could never like in Hershey though.. the chocolate smell would give me migraines 24/7
-
magicrobotmonkey
- Forum Regular
- Posts: 888
- Joined: Sun Mar 21, 2004 1:09 pm
- Location: Cambridge, MA