Improve session handler and add Ajax session check
This commit is contained in:
@@ -14,6 +14,16 @@ use Helper;
|
||||
*/
|
||||
class App extends Base
|
||||
{
|
||||
/**
|
||||
* Check if the user is connected
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
public function status()
|
||||
{
|
||||
$this->response->text('OK');
|
||||
}
|
||||
|
||||
/**
|
||||
* Dashboard for the current user
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user