Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 29, 2024
1 parent 5246a14 commit 0e8d0b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
|
*/
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'itin_session';
$config['sess_cookie_name'] = 'itindev_session';
$config['sess_expiration'] = 86500;
$config['sess_save_path'] = 'sessions';
$config['sess_match_ip'] = FALSE;
Expand All @@ -404,8 +404,8 @@
| 'cookie_httponly') will also affect sessions.
|
*/
$config['cookie_prefix'] = 'itin_';
$config['cookie_domain'] = '';
$config['cookie_prefix'] = 'itindev_';
$config['cookie_domain'] = '.azurewebsites.net';
$config['cookie_path'] = '/';
$config['cookie_secure'] = FALSE;
$config['cookie_httponly'] = FALSE;
Expand Down

0 comments on commit 0e8d0b0

Please sign in to comment.