No Code Attached Yet Information Required
avatar w13ear
w13ear
20 Feb 2024

Steps to reproduce the issue

Login in the backend of any Joomla website.
Confirm the time duration of any session
Visit the page system - templates - any template
Open any css or js file
Wait twice the time duration before going to any other page

Expected result

The expected result is that you should have been logged off from the backend

Actual result

Your account is still active in the backend after the time duration of your session has been reached

System information (as much as possible)

Additional comments

avatar w13ear w13ear - open - 20 Feb 2024
avatar joomla-cms-bot joomla-cms-bot - change - 20 Feb 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 20 Feb 2024
avatar richard67
richard67 - comment - 20 Feb 2024

Have you enabled shared sessions in Global Configuration? If yes, then the described behavior is as expected because that parameter means that the session of frontend and backend of one user is the same session.

avatar brianteeman
brianteeman - comment - 20 Feb 2024

@w13ear The session does not end after x minutes and you are not logged out after x minutes.

What does happen is that the session does end after x minutes of inactivity. However it is not possible to determine activity when you are inside an editor and we wouldnt want you to be logged out in the middle of writing an article or editing a template. So on those pages an additi9onal script runs to keepalive the session.

So on a list type page you will be logged out after x minutes of inactivity but on an edit type page you will not be as the script is keeping alive the session.

Hope that explains things.

avatar Quy Quy - change - 21 Feb 2024
Labels Added: Information Required
avatar Quy Quy - labeled - 21 Feb 2024
avatar joomdonation joomdonation - change - 24 Feb 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-02-24 09:03:53
Closed_By joomdonation
avatar joomdonation joomdonation - close - 24 Feb 2024
avatar joomdonation
joomdonation - comment - 24 Feb 2024

Closing this issue because this is expected behavior as @brianteeman explained above.

Add a Comment

Login with GitHub to post a comment