mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +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 세션 설정
|
||||
**/
|
||||
session_cache_limiter('no-cache, must-revalidate');
|
||||
session_start();
|
||||
@session_cache_limiter('no-cache, must-revalidate');
|
||||
@ini_set("session.gc_maxlifetime", "18000");
|
||||
@session_start();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue