I am having difficulties with maintaining a session in django. Basically I can't login to my web application. I want to create a phonegap app which would communicate with the server using ajax requests but it has to login and set up a session to be able to do that. Django uses cookies session_id for that and it doesn't seem to work.
Asked
Active
Viewed 120 times