mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@907 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7b70b78379
commit
76cea54d92
2 changed files with 0 additions and 66 deletions
|
|
@ -53,16 +53,6 @@
|
|||
/**
|
||||
* @brief 세션 설정
|
||||
**/
|
||||
/*
|
||||
$oSessionHandler = new SessionHandler();
|
||||
$aa = session_set_save_handler(
|
||||
array(&$oSessionHandler,"open"),
|
||||
array(&$oSessionHandler,"close"),
|
||||
array(&$oSessionHandler,"read"),
|
||||
array(&$oSessionHandler,"write"),
|
||||
array(&$oSessionHandler,"destroy"),
|
||||
array(&$oSessionHandler,"gc"));
|
||||
*/
|
||||
session_cache_limiter('no-cache, must-revalidate');
|
||||
session_start();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue