php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8236 Page can not be reached
Submitted: 2000-12-13 13:17 UTC Modified: 2000-12-13 18:35 UTC
From: oskar at tvspel dot nu Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.3pl1 OS: Unix
Private report: No CVE-ID: None
 [2000-12-13 13:17 UTC] oskar at tvspel dot nu
Dear Sirs,

I've been using PHP for some while now, but I've bumped into a problem. When using sessions, each page is dynamic - in that way that they are not cached by the browser. Correct?

When using a <form> to reach another page, and from that page - pressing the "back"-button in the browser (read: Explorer) you get the message that the page can not be shown. I think this has something to do with the dynamic-page-layout. 

Best regards,
Oskar

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-13 18:35 UTC] hholzgra@php.net
this is controled by the session.cache_limiter setting in php.ini,
you might want to change it to 'private' or 'public' instead of the
default 'nocache'

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 20:01:34 2024 UTC