체섭에서 세션 시간 가져옮
This commit is contained in:
@@ -7,6 +7,9 @@ mb_internal_encoding("UTF-8");
|
|||||||
mb_http_output('UTF-8');
|
mb_http_output('UTF-8');
|
||||||
mb_regex_encoding('UTF-8');
|
mb_regex_encoding('UTF-8');
|
||||||
|
|
||||||
|
ini_set("session.cache_expire", 10080); // minutes
|
||||||
|
ini_set("session.gc_maxlifetime", 604800); // seconds
|
||||||
|
|
||||||
function getFriendlyErrorType($type)
|
function getFriendlyErrorType($type)
|
||||||
{
|
{
|
||||||
switch($type)
|
switch($type)
|
||||||
|
|||||||
Reference in New Issue
Block a user