For few months I make RPG to-do/habits/project management system ( game ). The problem is that length of session is pretty small.
I checked facebook login scripts, but it has 1 year expiration. So problem not here.
I cant find the right spot where i should increase length. Hosting is not mine, but i pay for host. Should i ask them?
From phpinfo here: http://rpgtasks.igloro.info/phpinfo.html
We can see session.cache_expire set to 180. Is it php session? Should I increase it?
Thanks for help