Browse Source

Merge pull request #312 from teddyzeenny/patch-cakesession

Patch for CakeSession php default
José Lorenzo Rodríguez 14 years ago
parent
commit
5d8aeacde5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/Cake/Model/Datasource/CakeSession.php

+ 1 - 2
lib/Cake/Model/Datasource/CakeSession.php

@@ -539,8 +539,7 @@ class CakeSession {
 				'cookieTimeout' => 240,
 				'ini' => array(
 					'session.use_trans_sid' => 0,
-					'session.cookie_path' => self::$path,
-					'session.save_handler' => 'files'
+					'session.cookie_path' => self::$path
 				)
 			),
 			'cake' => array(