-3
Check if there is in the first line this:
session.gc_maxlifetime[PHP]
And if there’s this line much further down:
session.gc_maxlifetime = 1440
If yes, try removing the first line in the case:
session.gc_maxlifetime[PHP]
It is possible that he is trying to set maxlifetime twice.
Post the contents of the php.init file.
– Wictor Chaves
He’s too big, how can I put it all?
– wladyband
Put at least the beginning, this part of line 2.
– Wictor Chaves
This is probably an error syntax revise your code, it must be missing a = in some setting or comparison
– Costamilam