As a side-issue from another post I made recently, it seems to be the case that when javascript $.ajax() method is executed, and it points to a controller function, a different session is used in that target controller function than the original one. This could be because the session cookie is not being submitted in the ajax call itself. Has anyone else seen this? Is there a way to get fix it?
- [web2py] $.ajax() call uses different session cjrh

