When a form with keepalive is opend in frontend or backend (eg. plugin form) and the system debug is active the session ends some timer after the lifetime set in the config.
It doesn't matter if the debug mode is activated before or after the form was openend. But as soon as debug mode is activated and I wait some time (and do no other things with the Joomla instance) the session will be destroyed.
In the server log I see that the AJAX-Calls for keeping the session alive were coming periodically, but the session will be destroyed nonetheless.
I haven't found the exact timing yet. But it seams that the session is destroyed about 30 minutes if the session lifetime is set to 15 minutes.
No other window/tab was opend but the page with the form itself.
The session should be still alive after the session lifetime is over.
The session was destroyed and the form can't be used anymore because there is a new session token.
Tested on Unix based server (QNAP-NAS)
with Joomla 4.2.9 and 4.3.0 with MariaDB in PDO or MySQLi-Mode
Firefox-Browser
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-04-02 11:52:49 |
Closed_By | ⇒ | Hackwar |
I just tested this as well and can also not replicate this. I fear this is an issue in your setup and not a bug in Joomla. Since we also didn't get any similar reports, I'm closing this issue. Thank you for reporting.
I am unable to replicate this