cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-16 14:45:30 +09:00
parent 61e3bdd5bd
commit b23cc59540

View File

@ -40,7 +40,7 @@ class Session extends BaseConfig
* The number of SECONDS you want the session to last. * The number of SECONDS you want the session to last.
* Setting to 0 (zero) means expire when the browser is closed. * Setting to 0 (zero) means expire when the browser is closed.
*/ */
public int $expiration = 7200; public int $expiration = 43200;
/** /**
* -------------------------------------------------------------------------- * --------------------------------------------------------------------------