Hello, good afternoon community.
See if someone can help me with this please.
I have the latest stable version 3.27.3 installed
My problem is that very heavy session files are generated (some of up to 8 MB) which causes the disk space of my hosting (cPanel) to fill up.
Being a shared hosting I do not have access to the folder where these session files are currently stored and I have to be asking the provider through tickets to do it almost every day manually.
It occurred to me to change the path where they are saved (session.save_path) from the MultiPHP INI Editor of cPanel for another that can be accessed from the file manager but doing so does not allow me to enter the limesurvey admin and when testing any survey I get the warning "your connection time has expired".
I did some tests locally with wamp and I don't have this problem, but the environment is different since wamp runs on windows and my hosting on linux (CentOS).
I do not know if the problem is with my hosting provider or is something that I am doing wrong.
I was checking the forum and I saw this post:
forums.limesurvey.org/forum/installation...folder-configuration
And I tried the code in the last comment to add a path directly in the config.php file but have not succeeded in getting it to work.
I think that for now it would be the best solution since it should not modify anything in the hosting ...
What I would like is that the folder where I save the session variables is not in some subfolder of public_html where I have limesurvey installed if not in another, for example:
current install of lime:
home / public_html / limesurvey /
and I would like to save the variables in:
home / tmp / sessions
Thank you very much for the help you can give me...