Files
nl-jqrl-api/config/testing/session.php

22 lines
557 B
PHP
Raw Normal View History

2013-01-11 15:14:07 -06:00
<?php
return array(
/*
|--------------------------------------------------------------------------
| Default Session Driver
|--------------------------------------------------------------------------
|
| This option controls the default session "driver" that will be used on
2013-05-01 14:06:22 -05:00
| requests. By default, we will use the lightweight native driver but
2013-01-11 15:14:07 -06:00
| you may specify any of the other wonderful drivers provided here.
|
2013-05-01 14:06:22 -05:00
| Supported: "native", "cookie", "database", "apc",
2013-01-11 15:14:07 -06:00
| "memcached", "redis", "array"
|
*/
'driver' => 'array',
2014-03-15 10:14:55 +00:00
);