|
|
@@ -1,8 +1,8 @@
|
|
|
<?php
|
|
|
/**
|
|
|
- * Session class for Cake.
|
|
|
+ * Session class for CakePHP.
|
|
|
*
|
|
|
- * Cake abstracts the handling of sessions.
|
|
|
+ * CakePHP abstracts the handling of sessions.
|
|
|
* There are several convenient methods to access session information.
|
|
|
* This class is the implementation of those methods.
|
|
|
* They are mostly used by the Session Component.
|
|
|
@@ -27,9 +27,9 @@ App::uses('Hash', 'Utility');
|
|
|
App::uses('Security', 'Utility');
|
|
|
|
|
|
/**
|
|
|
- * Session class for Cake.
|
|
|
+ * Session class for CakePHP.
|
|
|
*
|
|
|
- * Cake abstracts the handling of sessions. There are several convenient methods to access session information.
|
|
|
+ * CakePHP abstracts the handling of sessions. There are several convenient methods to access session information.
|
|
|
* This class is the implementation of those methods. They are mostly used by the Session Component.
|
|
|
*
|
|
|
* @package Cake.Model.Datasource
|
|
|
@@ -444,7 +444,7 @@ class CakeSession {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Helper method to initialize a session, based on Cake core settings.
|
|
|
+ * Helper method to initialize a session, based on CakePHP core settings.
|
|
|
*
|
|
|
* Sessions can be configured with a few shortcut names as well as have any number of ini settings declared.
|
|
|
*
|