Welcome Guest, Not a member yet? Register   Sign In
How to Retrieve session id
#6

Please check  the attachment  give me solutions....

please check config file session code:-
--------------------------------------------------------
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;

Attached Files
.php   Admin.php (Size: 809 bytes / Downloads: 88)
.php   login.php (Size: 796 bytes / Downloads: 87)
.php   loginmodel.php (Size: 336 bytes / Downloads: 118)
.php   propertymodel.php (Size: 334 bytes / Downloads: 108)
.php   dashboard.php (Size: 1.26 KB / Downloads: 133)
Reply


Messages In This Thread
How to Retrieve session id - by Pankaj Kumar - 03-09-2018, 03:20 AM
RE: How to Retrieve session id - by donpwinston - 03-09-2018, 10:11 AM
RE: How to Retrieve session id - by InsiteFX - 03-09-2018, 01:50 PM
RE: How to Retrieve session id - by Pankaj Kumar - 03-14-2018, 03:14 AM
RE: How to Retrieve session id - by danielcr_2018 - 03-14-2018, 05:26 PM
RE: How to Retrieve session id - by Pankaj Kumar - 03-15-2018, 04:31 AM
RE: How to Retrieve session id - by InsiteFX - 03-15-2018, 06:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB