Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
lolo888
ISPConfig 3
Commits
511e608c
Commit
511e608c
authored
Sep 25, 2010
by
tbrehm
Browse files
Fixed gc in session handler.
parent
e73ad7d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/session.inc.php
View file @
511e608c
...
...
@@ -43,7 +43,7 @@ class session {
function
close
()
{
if
(
!
empty
(
$this
->
field
array
))
{
if
(
!
empty
(
$this
->
session_
array
))
{
$result
=
$this
->
gc
(
ini_get
(
'session.gc_maxlifetime'
));
return
$result
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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