Warning:Page has Expired

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nataly333
Forum Newbie
Posts: 17
Joined: Thu Oct 23, 2003 4:08 pm

Warning:Page has Expired

Post by nataly333 »

My page was created using information i submitted in the form.
When i go to the next page, and after that go "Back",- insteed of my page i see :
Warning:Page has Expired
How can i prevent this message ( i understand, that i have to store
variables from the form somewere in the page)
Sorry, i'm jast a beginner.
Thank you for any help
:)
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

this error is in IE?

try adding this before any other output

Code: Select all

header('Cache-Control: private');
nataly333
Forum Newbie
Posts: 17
Joined: Thu Oct 23, 2003 4:08 pm

Post by nataly333 »

It's working!
Thank you very much!
You are genius!

Nataly
Post Reply