Kohana v3.3.0
This commit is contained in:
7
system/config/session.php
Normal file
7
system/config/session.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
return array(
|
||||
'cookie' => array(
|
||||
'encrypted' => FALSE,
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user