mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
NOISSUE use db session
This commit is contained in:
parent
fab3608588
commit
795ed8c635
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ class sessionController extends session
|
|||
{
|
||||
if(!$session_key || !$this->session_started) return;
|
||||
|
||||
$args = new stdClass;
|
||||
$args->session_key = $session_key;
|
||||
|
||||
$output = executeQuery('session.getSession', $args);
|
||||
$session_info = $output->data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue