Do you use firebug for debugging ajax requests? On Fri, Apr 30, 2010 at 12:24 AM, Hector Virgen <[email protected]> wrote:
> A couple of things I would test to see what might be going on: > > 1) Verify that the session has been started using Zend_Session::start() > 2) Verify that the session id is consistent between XHR and non-XHR > requests using Zend_Session::getId() > 3) Verify that the session data is being written to the database with the > right session id. > > -- > Hector > > > > On Thu, Apr 29, 2010 at 2:20 PM, whisher <[email protected]> wrote: > >> >> Yes, I agree with you but the script works fine with >> session in file so I'm at my wits end :( >> Thanks just a lot for your help. >> >> -- >> View this message in context: >> http://zend-framework-community.634137.n4.nabble.com/Session-Db-trouble-with-ajax-request-tp2073591p2076218.html >> Sent from the Zend Framework mailing list archive at Nabble.com. >> > >
