page refresh problem while using sessions
Moderator: General Moderators
-
bugthefixer
- Forum Contributor
- Posts: 118
- Joined: Mon Mar 22, 2004 2:35 am
page refresh problem while using sessions
I have used sessions in my site...but while using sessions whenever user clicks on back button of browser..it doesnt display the page rather asks to refresh it..wat could be the possible solution to this so that user dont need to refresh the page..it should not prompt to refresh the page.
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
-
bugthefixer
- Forum Contributor
- Posts: 118
- Joined: Mon Mar 22, 2004 2:35 am
put this in your header....i saw it somewhere....
Code: Select all
header("Cache-control: private"); // IE 6 Fix.