Hi there,
Where can I modify the session timeout? I have no idea what it is set to now, but it is way too low of a timeout.
Thank you.
Mudmin,
If I'm reading correctly, there is no built in session system to UserSpice, it is handled by PHP?
Thanks.
There is a cookie expiry in the init file I believe, but not every server respects it. Setting it at the server level is probably the best bet unless you have a reason not to.
I would put it in usersc/includes/custom_head_tags.php
That will get it everywhere and not break updates. Init would work too though.
@Mudmin,
I do not have a custom_head_tags.php in includes, I just have head_tags.php. Can you advise if it is to go into this file?
Thank you.
Yep. Sorry. That's it. I was typing from my bad memory.