Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI3 Session Not Expiring On Browser Close
Post: RE: CI3 Session Not Expiring On Browser Close

Thank you for the reply. I added your code to the constructor of the of the default controller. PHP Code: -- public function __construct() { parent::__construct(); ...
4,169 Views
4 Replies
08-16-2017, 08:04 PM
elabuwa
    Thread: CI3 Session Not Expiring On Browser Close
Post: RE: CI3 Session Not Expiring On Browser Close

I need the session to be destroyed when the user closes the browser
4,169 Views
4 Replies
08-16-2017, 05:00 AM
elabuwa
    Thread: CI3 Session Not Expiring On Browser Close
Post: CI3 Session Not Expiring On Browser Close

Hi guys, Using Codeigniter 3.1.2. Below are my config details for session. PHP Code: -- $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expir...
4,169 Views
4 Replies
08-16-2017, 12:18 AM
elabuwa
    Thread: Project Update - Dec 31st, 2014
Post: RE: Project Update - Dec 31st, 2014

Glad to see CI moving forward. Keep up the good work guys
70,055 Views
22 Replies
01-20-2015, 04:19 AM
elabuwa

Theme © iAndrew 2016 - Forum software by © MyBB