Skip to content

Commit 50262e3

Browse files
Anton ShevchukAnton Shevchuk
authored andcommitted
Updated php configuration
1 parent 2288744 commit 50262e3

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

application/configs/default/php.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
* @link http://php.net/manual/en/configuration.changes.modes.php
77
* @return array
88
*/
9-
return [
10-
'session.cache_expire' => '180', // 180 is default value
11-
];
9+
return [];
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
/**
3+
* PHP configuration
4+
*
5+
* @link http://php.net/manual/en/session.configuration.php
6+
* @link http://php.net/manual/en/configuration.changes.modes.php
7+
* @return array
8+
*/
9+
return [
10+
'session.cache_expire' => '180', // 180 is default value
11+
];

0 commit comments

Comments
 (0)