Skip to content

Commit

Permalink
[HttpFoundation] Precalculate session expiry timestamp
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Cremer <b.cremer@shopware.com>
Co-authored-by: Rob Frawley 2nd <rmf@src.run>
  • Loading branch information
3 people committed Aug 14, 2019
1 parent 320e495 commit 1d7737c
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 143 deletions.
5 changes: 5 additions & 0 deletions UPGRADE-4.4.md
Expand Up @@ -285,3 +285,8 @@ WebServerBundle
---------------

* The bundle is deprecated and will be removed in 5.0.

HttpFoundation
--------------

* The `PdoSessionHandler` option `db_lifetime_col` has been deprecated in favor of `db_time_col` (an indexed time column).
1 change: 1 addition & 0 deletions UPGRADE-5.0.md
Expand Up @@ -287,6 +287,7 @@ HttpFoundation
use `Symfony\Component\Mime\FileinfoMimeTypeGuesser` instead.
* `ApacheRequest` has been removed, use the `Request` class instead.
* The third argument of the `HeaderBag::get()` method has been removed, use method `all()` instead.
* The `PdoSessionHandler` option `db_lifetime_col` has been removed in favor of `db_time_col` (an indexed time column).

HttpKernel
----------
Expand Down
2 changes: 2 additions & 0 deletions src/Symfony/Component/HttpFoundation/CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ CHANGELOG
* passing arguments to `Request::isMethodSafe()` is deprecated.
* `ApacheRequest` is deprecated, use the `Request` class instead.
* passing a third argument to `HeaderBag::get()` is deprecated, use method `all()` instead
* PdoSessionHandler: Deprecated the `lifetime` column


4.3.0
-----
Expand Down

0 comments on commit 1d7737c

Please sign in to comment.