Browse Source

Update docblock.

ADmad 11 years ago
parent
commit
266818a459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Network/Session.php

+ 1 - 1
src/Network/Session.php

@@ -182,7 +182,7 @@ class Session {
  *
  * - timeout: The time in minutes the session should be valid for.
  * - cookie_path: The url path for which session cookie is set. Maps to the
- *   `session.cookie_path` php.ini config.
+ *   `session.cookie_path` php.ini config. Defaults to base path of app.
  * - ini: A list of php.ini directives to change before the session start.
  * - handler: An array containing at least the `class` key. To be used as the session
  *   engine for persisting data. The rest of the keys in the array will be passed as