Issue related to ajax requests causing session logout |
(06-11-2015, 12:41 PM)mwhitney Wrote: First, there are a number of reasons for upgrading from 2.1.4 to 2.2.2, even if it doesn't fix your current issue. As far as I can tell, the bug fix you're referencing can be found here: https://github.com/bcit-ci/CodeIgniter/c...b181e6f4f0 Thanks. yes, I was referring to the same fix changelog. So, if I use this and I have an expiration time of 2 hours and my applications is based on a single page where only ajax requests happen and I do not want the session to timeout after 2 hours. So I think to do so I need to make a special ajax request to update session once before 2 hour expiration takes place. Please let me know your thoughts on this. |
Messages In This Thread |
Issue related to ajax requests causing session logout - by satej - 06-11-2015, 01:10 AM
RE: Issue related to ajax requests causing session logout - by mwhitney - 06-11-2015, 12:41 PM
RE: Issue related to ajax requests causing session logout - by satej - 06-11-2015, 08:28 PM
RE: Issue related to ajax requests causing session logout - by mwhitney - 06-15-2015, 06:53 AM
RE: Issue related to ajax requests causing session logout - by satej - 06-15-2015, 09:16 AM
|