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 cc3dc65

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 1f2b66f commit cc3dc65
Copy full SHA for cc3dc65

File tree

Expand file treeCollapse file tree

5 files changed

+354
-141
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+354
-141
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
@@ -19,3 +19,8 @@ DependencyInjection
1919
my_service:
2020
factory: ['@factory_service', method]
2121
```
22+
23+
HttpFoundation
24+
--------------
25+
26+
* 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
@@ -236,6 +236,7 @@ HttpFoundation
236236
use `Symfony\Component\Mime\FileBinaryMimeTypeGuesser` instead.
237237
* The `FileinfoMimeTypeGuesser` class has been removed,
238238
use `Symfony\Component\Mime\FileinfoMimeTypeGuesser` instead.
239+
* The `PdoSessionHandler` option `db_lifetime_col` has been removed in favor of `db_time_col` (an indexed time column).
239240

240241
HttpKernel
241242
----------

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
4.4.0
5+
-----
6+
7+
* PdoSessionHandler: Deprecated the `lifetime` column
8+
9+
410
4.3.0
511
-----
612

0 commit comments

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