Skip to content

Commit

Permalink
Merge pull request #456 from following5/devel-cookie-fix
Browse files Browse the repository at this point in the history
adjust cookie name for lib2 devel settings
  • Loading branch information
teiling88 committed Feb 6, 2017
2 parents 6628724 + b53bb25 commit 57f2ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/config2/settings-dist.inc.php
Expand Up @@ -151,7 +151,7 @@
* other parameters may be customized
*/
$opt['session']['mode'] = SAVE_COOKIE; // don't change - other option "SAVE_SESSION" is not implemented properly
$opt['session']['cookiename'] = 'oc_devel'; // only with SAVE_COOKIE
$opt['session']['cookiename'] = 'ocvagrant'; // only with SAVE_COOKIE
$opt['session']['path'] = '/';
$opt['session']['domain'] = ''; // may be overwritten by $opt['domain'][...]['cookiedomain']

Expand Down

0 comments on commit 57f2ca8

Please sign in to comment.