I'm using sessions across several pages, the first one being a form which passes data. The second page caters for the fact that you cannot update session variables with post/get and then presents various links to (for instance) page 3. When clicked, page 3 is displayed.
When the form on page 1 uses 'get' everything works fine, but when it uses 'post' (preferable), I get the dreaded 'Warning: page has expired message' when going back from page 3 to page 2. session_start() is on each page.
Does any one have any smart ideas? Is this a known issue?
Thanks.