Increase the session time for xibo

Dear Team,

I would like to increase the session time for the current user. I think the default time is around 20 - 25 min. Please help me
Thanks in advance.

You can extend your PHP session time , edit following line in php.ini:

session.gc_maxlifetime

1 Like

Thank you so much for your prompt reply. It was really helpful.

Also can I increase the session for a particular page, i.e. if I am viewing the dashboard the session should not expire. or reset the session after a particular time

Can you please let me know how can I do this?

Thanks

You can’t change the session timeout based on page. It’s a global setting inside PHP itself.

Okay

Thank you for the valuable information :smile: