It may be a matter of caching - so clear the browser and joomla cache.
Also are you using "File" or "Database" as the session method? Perhaps go to the database (phpMyAdmin), find the #_sessions table, and purge (delete) everything from that table.
Then try your test again. The session should expire after your 20 minutes. The next time you go back to the site, and login the expected behaviour should be something like "Token expired....." (to that effect). The token as I understand it is the session cookie that controls the login function.
Finally, set the session method to "file" rather than dabase.
Also are you using "File" or "Database" as the session method? Perhaps go to the database (phpMyAdmin), find the #_sessions table, and purge (delete) everything from that table.
Then try your test again. The session should expire after your 20 minutes. The next time you go back to the site, and login the expected behaviour should be something like "Token expired....." (to that effect). The token as I understand it is the session cookie that controls the login function.
Finally, set the session method to "file" rather than dabase.
Statistics: Posted by AMurray — Sun Mar 10, 2024 9:37 pm