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 7958a32

Browse filesBrowse files
Update src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php
1 parent 3130dbb commit 7958a32
Copy full SHA for 7958a32

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function onKernelRequest(RequestEvent $event)
7878
* For supporting sessions in php runtime with runners like roadrunner or swoole the session
7979
* cookie need read from the cookie bag and set on the session storage.
8080
*
81-
* Do not set it when example the PHPBridge for session is used which already starts a session.
81+
* Do not set it when for example the PHPBridge for session is used which already starts a session.
8282
*/
8383
if ($sess && !$sess->isStarted() && \PHP_SESSION_ACTIVE !== session_status()) {
8484
$sessionId = $request->cookies->get($sess->getName(), '');

0 commit comments

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