コード例 #1
0
 function logoutPage()
 {
     StoreSession::startSession();
     session_destroy();
 }