mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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;
|
if(!$session_key || !$this->session_started) return;
|
||||||
|
|
||||||
|
$args = new stdClass;
|
||||||
|
$args->session_key = $session_key;
|
||||||
|
|
||||||
$output = executeQuery('session.getSession', $args);
|
$output = executeQuery('session.getSession', $args);
|
||||||
$session_info = $output->data;
|
$session_info = $output->data;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue