Hi, I have a problem writing a Django web app that will work on a BlackBerry 8520, which comes with the 4.6.2 blackberry OS. This problem is not reproducible on blackberry OS 5.0 and later where it works fine.
The problem as I see it is with cookies. For some reason, Django framework does not detect an existing cookie from the BlackBerry but always creates a new session for each request. Consequently, it is impossible to log someone into my app. Strange is that the BlackBerry says it only contains on cookie in its browser storage, hence the client cookie is always the same. However, this cookie just never makes it properly to Django so that it could detect its sessionid and find it in the django_session table. Has anyone seen a similar problem? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

