Page 1 of 1

Warning:Page has Expired

Posted: Fri Nov 05, 2004 3:15 pm
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
:)

Posted: Fri Nov 05, 2004 3:17 pm
by rehfeld
this error is in IE?

try adding this before any other output

Code: Select all

header('Cache-Control: private');

Posted: Fri Nov 05, 2004 3:33 pm
by nataly333
It's working!
Thank you very much!
You are genius!

Nataly