Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI 3.1.9 session timeout issue
Post: RE: CI 3.1.9 session timeout issue

dave friend Wrote: (12-21-2018, 08:34 AM) -- Just to eliminate it as a possible source of trouble I suggest changing $config['sess_save_path'] to a string that defines an absolute path. The function ...
18,216 Views
14 Replies
12-24-2018, 05:53 AM
tuhin.chowdhury08
    Thread: CI 3.1.9 session timeout issue
Post: RE: CI 3.1.9 session timeout issue

I am having several ajax calls. Is the ajax call making the session timeout?
18,216 Views
14 Replies
12-20-2018, 10:30 PM
tuhin.chowdhury08
    Thread: CI 3.1.9 session timeout issue
Post: RE: CI 3.1.9 session timeout issue

InsiteFX Wrote: (12-09-2018, 04:29 AM) -- You may need to set the cookie path in ,/application/config/config.php PHP Code: -- $config['cookie_prefix']   = ''; $config['cookie_domain']   = '.doma...
18,216 Views
14 Replies
12-17-2018, 02:52 AM
tuhin.chowdhury08
    Thread: CI 3.1.9 session timeout issue
Post: RE: CI 3.1.9 session timeout issue

php_rocs Wrote: (12-06-2018, 10:51 AM) -- @[email protected], Has this just started happening or has it been happening for some time?  What version of PHP? @dave friend According to ...
18,216 Views
14 Replies
12-08-2018, 02:38 AM
tuhin.chowdhury08
    Thread: CI 3.1.9 session timeout issue
Post: RE: CI 3.1.9 session timeout issue

dave friend Wrote: (12-06-2018, 09:20 AM) -- Is there be a CRON job that's periodically cleaning up session files? -- No there is no cron job which is cleaning the session
18,216 Views
14 Replies
12-08-2018, 02:34 AM
tuhin.chowdhury08
    Thread: CI 3.1.9 session timeout issue
Post: RE: CI 3.1.9 session timeout issue

My config.php session settings $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 0; $config['sess_save_path'] = sys_get_temp_dir...
18,216 Views
14 Replies
12-05-2018, 11:16 PM
tuhin.chowdhury08
    Thread: CI 3.1.9 session timeout issue
Post: CI 3.1.9 session timeout issue

My company project runs on CI 3.1.9 version. When there are many users logging into the system, then after some time session automatically gets timeout. I have increased the session expiration and ses...
18,216 Views
14 Replies
12-05-2018, 05:14 AM
tuhin.chowdhury08

Theme © iAndrew 2016 - Forum software by © MyBB