Changeset 4578 for trunk/core/session.core.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/session.core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/session.core.php
r4500 r4578 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id$ … … 87 84 */ 88 85 89 function __construct( $config, Clansuite_HttpRequest $request)86 function __construct(Clansuite_Config $config, Clansuite_HttpRequest $request) 90 87 { 91 88 $this->config = $config; … … 115 112 116 113 # use a cookie to store the session id 114 # @todo force session cookies? 117 115 ini_set('session.use_cookies', $this->config['session']['use_cookies'] ); 118 116 ini_set('session.use_only_cookies', $this->config['session']['use_cookies_only'] );
Note: See TracChangeset
for help on using the changeset viewer.
