Skip to content

Commit

Permalink
Getting rid of '_' in session name
Browse files Browse the repository at this point in the history
  • Loading branch information
arfrank committed Jun 8, 2011
1 parent 972d893 commit 90c1b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenVBX/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
| 'time_to_update' = how many seconds between CI refreshing Session Information
|
*/
$config['sess_cookie_name'] = 'openvbx_session';
$config['sess_cookie_name'] = 'openvbxsession';
$config['sess_expiration'] = 7200;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = FALSE;
Expand Down

0 comments on commit 90c1b1c

Please sign in to comment.