* Adjust session.

This commit is contained in:
holan20180123
2021-03-24 13:53:03 +08:00
parent 13b80c645b
commit cea111abed
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class user extends control
/* Set thie url to session. */
$uri = $this->app->getURI(true);
$this->session->set('todoList', $uri);
$this->session->set('todoList', $uri, 'my');
$this->session->set('bugList', $uri, 'qa');
$this->session->set('taskList', $uri, 'execution');