Browse Source

turn off file sessions.

Taylor Otwell 13 years ago
parent
commit
f62a2a6542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/config/session.php

+ 1 - 1
application/config/session.php

@@ -16,7 +16,7 @@ return array(
 	|
 	*/
 
-	'driver' => 'file',
+	'driver' => '',
 
 	/*
 	|--------------------------------------------------------------------------