Added database session handling.
This commit is contained in:
parent
c4ee198a8e
commit
04471d607a
3 changed files with 268 additions and 38 deletions
|
@ -9,7 +9,7 @@
|
|||
* Redistribution of these files must retain the above copyright notice.
|
||||
*
|
||||
* @author Josh Sherman <josh@gravityblvd.com>
|
||||
* @copyright Copyright 2007-2010, Gravity Boulevard, LLC
|
||||
* @copyright Copyright 2007-2011, Gravity Boulevard, LLC
|
||||
* @license http://www.opensource.org/licenses/mit-license.html
|
||||
* @package PICKLES
|
||||
* @link http://p.ickl.es
|
||||
|
@ -154,10 +154,6 @@ class Controller extends Object
|
|||
session_start();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
session_write_close();
|
||||
}
|
||||
}
|
||||
|
||||
// Validates security level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue