Docs and therefore source code too claims that JSession::getExpire
returns expiration in minutes. But it is initialised as seconds. See here and here.
If session lifetime is set to 30 minutes in backend, it returns 1800.
Also, it is used to set session.gc_maxlifetime
in here, which takes seconds.
So it works well, just description is misleading.
Yes, no problem.
Thanks. Closing this issue since we have a PR.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-05 13:18:34 |
Closed_By | ⇒ | Bakual |
Also copied description of the issue to the PR.
Labels |
Added:
?
|
Do you want to do a PR to change the description?