summaryrefslogtreecommitdiff
path: root/system/libraries/drivers/Session
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/drivers/Session')
-rw-r--r--system/libraries/drivers/Session/Cache.php4
-rw-r--r--system/libraries/drivers/Session/Cookie.php4
-rw-r--r--system/libraries/drivers/Session/Database.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/system/libraries/drivers/Session/Cache.php b/system/libraries/drivers/Session/Cache.php
index c0d4d0a4..459f8b0e 100644
--- a/system/libraries/drivers/Session/Cache.php
+++ b/system/libraries/drivers/Session/Cache.php
@@ -10,9 +10,9 @@
* Lifetime does not need to be set as it is
* overridden by the session expiration setting.
*
- * $Id: Cache.php 4679 2009-11-10 01:45:52Z isaiah $
+ * $Id: Cache.php 4729 2009-12-29 20:35:19Z isaiah $
*
- * @package Core
+ * @package Kohana
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license
diff --git a/system/libraries/drivers/Session/Cookie.php b/system/libraries/drivers/Session/Cookie.php
index ef575cab..88f5e218 100644
--- a/system/libraries/drivers/Session/Cookie.php
+++ b/system/libraries/drivers/Session/Cookie.php
@@ -2,9 +2,9 @@
/**
* Session cookie driver.
*
- * $Id: Cookie.php 4679 2009-11-10 01:45:52Z isaiah $
+ * $Id: Cookie.php 4729 2009-12-29 20:35:19Z isaiah $
*
- * @package Core
+ * @package Kohana
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license
diff --git a/system/libraries/drivers/Session/Database.php b/system/libraries/drivers/Session/Database.php
index cbe76001..7b372d2d 100644
--- a/system/libraries/drivers/Session/Database.php
+++ b/system/libraries/drivers/Session/Database.php
@@ -2,9 +2,9 @@
/**
* Session database driver.
*
- * $Id: Database.php 4679 2009-11-10 01:45:52Z isaiah $
+ * $Id: Database.php 4729 2009-12-29 20:35:19Z isaiah $
*
- * @package Core
+ * @package Kohana
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license