*

Artem

  • **
  • 7 posts
On your site osclasspoint.com (which I understand is based on the Gamma Theme), the user is now not knocked out at all.

I ask because, now it is enough to close the browser, wait a few minutes, and the session is already closed. In addition, the time out of the session itself is very short.

A similar problem has already been raised on the forum. But I still haven't found an answer how to fix this. As far as I understand, this problem with Osclass has been solved now?

What changes or settings need to be made so that the user is not knocked out of the session? I use Osclass 4.3.2 and Gamma Theme.

Thank you
« Last Edit: April 26, 2021, 07:50:13 PM by Artem »

*

MB Themes

@Artem
OsclassPoint.com is not based on gamma theme.
It probably depends on hosting what is lifetime of session, ,not sure.
You have option to "remember me" so cookies are used to store your login.

We are using this trick in config.php to increase lifetime of session, maybe you may find usage of that as well ;)
Code: [Select]
session_set_cookie_params(2592000);
ini_set('session.gc_maxlifetime', 2592000);
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots