示例#1
0
 /**
  * Log out user and destroy session.
  */
 public function logout()
 {
     ASSession::destroySession();
 }
示例#2
0
<?php

include 'ASEngine/AS.php';
ASSession::destroySession();
header('Location: login.php');