Branding: Singularity -> Replex (part 2)

This commit is contained in:
Latif Khalifa
2014-06-05 20:18:54 +02:00
parent bffb93f2f7
commit f9c8a99358
12 changed files with 18 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
* This class handles sessions
*
* Description
* @package Singularity Crash Processor
* @package Replex Crash Processor
* @author Latif Khalifa <latifer@streamgrid.net>
* @copyright Copyright &copy; 2012, Latif Khalifa
*
@@ -47,7 +47,7 @@ class Session
$this->timeout = 604800; // 7 days
$this->authenticated = false;
$this->validsession = false;
$this->cookie = "singularity_sid";
$this->cookie = "replex_sid";
$this->user = new User;
$this->persist = new stdClass;
register_shutdown_function(array(&$this, 'shutdown'));