I have been trying to use persistent sessions (cookies) on a mobile phone and never got it to work. When I change settings.SESSION_EXPIRE_AT_BROWSER_CLOSE = False cookies stops to work on the phone.
After digging down I noticed that it's setting max_age that brakes it on the phone. When setting expire to desired and max_age=None in process_response (SessionMiddleware?) it works. I have submitted a ticket (http://code.djangoproject.com/ticket/3298) on the issue. Is there anyone else having the same problem or does anyone have it working and in that case on what phone. I have tried on Nokia 6680, N80 and 6280. None is working. Regards Sten --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---