php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #2989 Expired in header
Submitted: 1999-12-17 04:52 UTC Modified: 1999-12-21 13:07 UTC
From: parf at sovintel dot ru Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Latest CVS (17/12/1999) OS: Linux 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: parf at sovintel dot ru
New email:
PHP Version: OS:

 

 [1999-12-17 04:52 UTC] parf at sovintel dot ru
I use Russian Apache web server with latest PHP
Can I disable expired header sent by php because it conflicts with header sent by Apache ?
I don't need expired in header at all, because data in form's don't cached, and when I press back - I lose all entered data. When expired present as future date - my document's cached always.

Regards, Anton

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-21 13:03 UTC] parf at sovintel dot ru
In fact I need some like this:

[Session]
session.cache_limiter     = disabled
session.cache_expire      = disabled

 [1999-12-21 13:07 UTC] sas at cvs dot php dot net
You have answered your own question. :)

session.cache_limiter = disabled

 [1999-12-21 13:07 UTC] andrei at cvs dot php dot net
Simply set cache_limiter to empty value.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 07:00:01 2026 UTC