Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d7737c

Browse filesBrowse files
azjezzbcremerrobfrawley
committed
[HttpFoundation] Precalculate session expiry timestamp
Co-authored-by: Benjamin Cremer <b.cremer@shopware.com> Co-authored-by: Rob Frawley 2nd <rmf@src.run>
1 parent 320e495 commit 1d7737c
Copy full SHA for 1d7737c

File tree

5 files changed

+322
-143
lines changed
Filter options

5 files changed

+322
-143
lines changed

‎UPGRADE-4.4.md

Copy file name to clipboardExpand all lines: UPGRADE-4.4.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,8 @@ WebServerBundle
285285
---------------
286286

287287
* The bundle is deprecated and will be removed in 5.0.
288+
289+
HttpFoundation
290+
--------------
291+
292+
* The `PdoSessionHandler` option `db_lifetime_col` has been deprecated in favor of `db_time_col` (an indexed time column).

‎UPGRADE-5.0.md

Copy file name to clipboardExpand all lines: UPGRADE-5.0.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ HttpFoundation
287287
use `Symfony\Component\Mime\FileinfoMimeTypeGuesser` instead.
288288
* `ApacheRequest` has been removed, use the `Request` class instead.
289289
* The third argument of the `HeaderBag::get()` method has been removed, use method `all()` instead.
290+
* The `PdoSessionHandler` option `db_lifetime_col` has been removed in favor of `db_time_col` (an indexed time column).
290291

291292
HttpKernel
292293
----------

‎src/Symfony/Component/HttpFoundation/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ CHANGELOG
77
* passing arguments to `Request::isMethodSafe()` is deprecated.
88
* `ApacheRequest` is deprecated, use the `Request` class instead.
99
* passing a third argument to `HeaderBag::get()` is deprecated, use method `all()` instead
10+
* PdoSessionHandler: Deprecated the `lifetime` column
11+
1012

1113
4.3.0
1214
-----

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.