Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Maxime Besson
lemonldap-ng
Commits
b3f917ac
Commit
b3f917ac
authored
Feb 28, 2019
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve log in updateSession (#1656)
parent
ba9dc886
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
+2
-2
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
View file @
b3f917ac
...
...
@@ -469,8 +469,8 @@ sub updateSession {
## sessionInfo updated if $id defined : quite strange !!
## See https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues/430
foreach
(
keys
%$infos
)
{
$self
->
logger
->
debug
(
"
Update sessionInfo
$_
with
"
.
$infos
->
{
$_
}
);
$self
->
logger
->
debug
(
"
Update sessionInfo
$_
");
$self
->
_dump
(
$infos
->
{
$_
}
);
$req
->
{
sessionInfo
}
->
{
$_
}
=
$self
->
HANDLER
->
data
->
{
$_
}
=
$infos
->
{
$_
};
}
...
...
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