mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
세션 지속 시간을 5시간동안 지속되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1930 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9ccf23473b
commit
deaa40199d
1 changed files with 3 additions and 2 deletions
|
|
@ -64,6 +64,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief 세션 설정
|
* @brief 세션 설정
|
||||||
**/
|
**/
|
||||||
session_cache_limiter('no-cache, must-revalidate');
|
@session_cache_limiter('no-cache, must-revalidate');
|
||||||
session_start();
|
@ini_set("session.gc_maxlifetime", "18000");
|
||||||
|
@session_start();
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue