- session.auto_start = 0
Debe ser cero - session.cookie_lifetime = 0
seconds: specifies the lifetime of the cookie in seconds which is sent to the browser. 0 forever. relative to the server Time - session.cache_limiter = nocache
specifies the cache control method used for session pages - session.cache_expire = 180
Minutes: specifies time-to-live for cached session pages in minutes, this has no effect for nocache limiter. Defaults to 180 - session.gc_maxlifetime = 1440
seconds, default 1440: number of seconds after which data will be seen as 'garbage' and potentially cleaned up. Garbage collection may occur during session start (depending on session.gc_probability and session.gc_divisor). - session.gc_probability = 1
- session.gc_divisor = 1000
CGI Trae
request_terminate_timeout = 300