Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b314a3ea
Commit
b314a3ea
authored
Jul 10, 2014
by
alexpott
Browse files
Issue
#2272987
by followup sun: Fixed Do not persist session manager.
parent
680330cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/DrupalKernel.php
View file @
b314a3ea
...
...
@@ -703,8 +703,8 @@ protected function initializeContainer($rebuild = FALSE) {
}
if
(
$session_manager
->
isStarted
())
{
$session_manager_state
|=
0x2
;
$session_manager
->
save
();
}
$session_manager
->
save
();
unset
(
$session_manager
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment