Re: Cookies on mobile phones NOT to expire at browser close

2007-01-24 Thread Michael Radziej

Adam Fast:
> I'm not using cookies for mobiles in any of my apps yet, but I have a
> Cingular 8125 and would be willing to help test it out.

Nice! I need to slab something together and will come back to you.

Michael

-- 
noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg -
Tel +49-911-9352-0 - Fax +49-911-9352-100

http://www.noris.de - The IT-Outsourcing Company

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Cookies on mobile phones NOT to expire at browser close

2007-01-24 Thread Adam Fast
I'm not using cookies for mobiles in any of my apps yet, but I have a
Cingular 8125 and would be willing to help test it out.

Adam

On 1/24/07, Michael Radziej <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> for evaluating this ticket, it would be important to get into
> contact with anybody using cookies with mobile phones. Anybody, perhaps?
>
> Michael
> --
> noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg -
> Tel +49-911-9352-0 - Fax +49-911-9352-100
>
> http://www.noris.de - The IT-Outsourcing Company
>
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Cookies on mobile phones NOT to expire at browser close

2007-01-24 Thread Michael Radziej

Hi,

for evaluating this ticket, it would be important to get into
contact with anybody using cookies with mobile phones. Anybody, perhaps?

Michael
-- 
noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg -
Tel +49-911-9352-0 - Fax +49-911-9352-100

http://www.noris.de - The IT-Outsourcing Company

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Cookies on mobile phones NOT to expire at browser close

2007-01-23 Thread mrstone

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
-~--~~~~--~~--~--~---