diff options
author | Mario <mario@mariovavti.com> | 2022-02-10 19:45:08 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-10 19:45:08 +0000 |
commit | 521c9eb5660df0a954f68499b905f8dc1958bbb3 (patch) | |
tree | e075212a0fcb3037b3b8b9a3fb409ea8172d40f4 /Zotlabs/Web/SessionHandler.php | |
parent | 8e79a81b8879b38c06ce3f7a211b87e838773f60 (diff) | |
parent | 35877b13825b2c3db44ff89977344b84f8e21d9a (diff) | |
download | volse-hubzilla-521c9eb5660df0a954f68499b905f8dc1958bbb3.tar.gz volse-hubzilla-521c9eb5660df0a954f68499b905f8dc1958bbb3.tar.bz2 volse-hubzilla-521c9eb5660df0a954f68499b905f8dc1958bbb3.zip |
Merge branch 'dev'
Diffstat (limited to 'Zotlabs/Web/SessionHandler.php')
-rw-r--r-- | Zotlabs/Web/SessionHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/SessionHandler.php b/Zotlabs/Web/SessionHandler.php index 5af646151..6beb36795 100644 --- a/Zotlabs/Web/SessionHandler.php +++ b/Zotlabs/Web/SessionHandler.php @@ -86,7 +86,7 @@ class SessionHandler implements \SessionHandlerInterface { } - function gc($expire) : bool { + function gc($expire) : int { q("DELETE FROM session WHERE expire < %d", dbesc(time())); return true; } |