Parent Directory | Revision Log | Revision Graph
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme - add tmp folder to ibays [SME: 7011] - add session folder to ibays [SME: 9620] - change global session folder from /tmp to /var/lib/php/session/ [SME: 139]
1 | diff -Nur e-smith-php-2.6.0.old/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session e-smith-php-2.6.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session |
2 | --- e-smith-php-2.6.0.old/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session 2008-10-07 13:36:44.000000000 -0400 |
3 | +++ e-smith-php-2.6.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session 2016-06-23 00:48:32.931000000 -0400 |
4 | @@ -1,6 +1,6 @@ |
5 | [Session] |
6 | session.save_handler = files |
7 | -session.save_path = /tmp |
8 | +session.save_path = /var/lib/php/session |
9 | session.use_cookies = 1 |
10 | session.name = PHPSESSID |
11 | session.auto_start = 0 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |