Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
cabf6039
Commit
cabf6039
authored
Jun 08, 2021
by
Till Brehm
Browse files
Update app.inc.php
parent
3ecd395b
Pipeline
#8826
passed with stage
in 9 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
interface/lib/app.inc.php
View file @
cabf6039
...
...
@@ -126,6 +126,9 @@ class app {
array
(
$this
->
session
,
'destroy'
),
array
(
$this
->
session
,
'gc'
));
ini_set
(
'session.cookie_httponly'
,
true
);
@
ini_set
(
'session.cookie_samesite'
,
'Lax'
);
session_start
();
//* Initialize session variables
...
...
Write
Preview
Supports
Markdown
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