p1p2
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by p1p2-
p1p2 commented,
Thanks for the details - you'll have to contact your hosting provider to have them help with this change as that confirms you don't have root access to the server. The provider will be able to ch...
-
p1p2 commented,
Can you elaborate more on this part: My problem is that i cant' access php.ini file because of my host Do you only have cPanel access to the machine and not root? I don't understand much of th...
-
p1p2 commented,
If you customize the session.gc_maxlifetime value, but do not customize the session.save_path value, the script does not use the session.gc_maxlifetime variable value. So try a custom php.ini fi...
-
p1p2 created a post,
Why can't I change session.gc_maxlifetime in CPANEL?
I keep trying to increase the user's session time, but for some reason it still lasts 24 minutes, I've read that changing that variable could increase the time, do you know how to do it?
-
p1p2 commented,
You can modify the php.ini: session.cookie_lifetime = 600 Regards Hi, I tried to access that file, but I can't in CPANEL, do you know why?
-
p1p2 commented,
Hey there! Can you provide us with some more details on where this timeout is happening? I can't think of anywhere in WHM or cPanel where there would be a 24-minute timeout. Is this on a certai...
-
p1p2 commented,
Hello! I'm going to try to explain it, English is not my first language, and I'm kind of new to this. My website uses Cpanel, and I use PHP to start the session, you know, I use the session_start(...
-
p1p2 created a post,
increase user session time
Is there a way to increase the session time on the user? It only lasts me 24 minutes. I tried things like that: "define('DURACION_SESION','7200'); //2 horas ini_set("session.cookie_lifetime",DURA...