ajax request instancing an object controller ? |
Yes, an AJAX request will call the controller's constructor. However, you probably need to read through this portion of the user guide:
http://www.codeigniter.com/user_guide/li...oncurrency It's also possible that you are having some other issue related to session handling and AJAX, in which case your best solution may be to move some of the error handling to the client by requiring multiple missed requests before assuming the session has expired (however, if the problem IS a concurrency issue, this could make it worse). |
Messages In This Thread |
ajax request instancing an object controller ? - by casa - 04-07-2015, 06:54 AM
RE: ajax request instancing an object controller ? - by mwhitney - 04-08-2015, 10:18 AM
RE: ajax request instancing an object controller ? - by casa - 04-09-2015, 09:18 PM
|