session isssue

session logout issue not able to access system after login its goes logout after 10 sec

Check your PHP configuration. Take a look into these variables:
session.cookie_lifetime
session.gc_maxlifetime

Enter a bigger number if you want session to last more.

Check this link for more information on PHP session handling:
https://solutionfactor.net/blog/2014/02/08/implementing-session-timeout-with-php/

Thanks,

AlxGr