Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit aea9627

Browse files
committed
Adds CHANGELOG entry for #12
1 parent 2f1b3ae commit aea9627

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Changed
1212

13-
- Nothing.
13+
- [#12](https://github.com/zendframework/zend-expressive-session-ext/pull/12) updates the `PhpSessionPersistence` class such that it is now responsible for
14+
emitting the various cache limiter headers (`Expires`, `Cache-Control`, `Last-Modified`, and `Pragma`) normally
15+
emitted by ext-session and controlled by the `session.cache_limiter` and `session.cache_expire` INI settings.
16+
This approach ensures that those headers are not overwritten by ext-session if set elsewhere in your
17+
application.
1418

1519
### Deprecated
1620

0 commit comments

Comments
 (0)