Bug fixes on page break

This commit is contained in:
dignajar 2015-07-26 00:00:48 -03:00
parent f518909ce0
commit 435f658ef7
1 changed files with 1 additions and 4 deletions

View File

@ -41,10 +41,7 @@ class Session {
// Regenerated the session, delete the old one. There are problems with AJAX.
//session_regenerate_id(true);
if(self::$started) {
Log::set(__METHOD__.LOG_SEP.'Session started.');
}
else {
if(!self::$started) {
Log::set(__METHOD__.LOG_SEP.'Error occurred when trying to start the session.');
}
}