mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
fix #936 잘못 다룬 session_id() 고침
This commit is contained in:
parent
476d3991a0
commit
56567bba9e
1 changed files with 2 additions and 4 deletions
|
|
@ -321,11 +321,9 @@ class Context
|
|||
array(&$oSessionController, 'open'), array(&$oSessionController, 'close'), array(&$oSessionModel, 'read'), array(&$oSessionController, 'write'), array(&$oSessionController, 'destroy'), array(&$oSessionController, 'gc')
|
||||
);
|
||||
}
|
||||
|
||||
if($sess = $_POST[session_name()]) session_id($sess);
|
||||
session_start();
|
||||
if($sess = $_POST[session_name()])
|
||||
{
|
||||
session_id($sess);
|
||||
}
|
||||
|
||||
// set authentication information in Context and session
|
||||
if(self::isInstalled())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue