Add missing file sessionPersists.ph

This commit is contained in:
Julio Cesar Laura
2012-11-01 16:45:46 -04:00
parent f530728913
commit f10cb3ab13

View File

@@ -0,0 +1,4 @@
<?php
$response = new stdclass();
$response->status = isset($_SESSION['USER_LOGGED']);
die(G::json_encode($response));