2009/7/1 Garito <[email protected]>:
> Hi!
> I'm trying to set a persistent cookie and with mozilla works ok but on IE
> don't
>
> The problem with IE seems to be a security problem: IE don't accept 3 party
> cookies
>
> I can use domain section for the cookie but then I don't know how to read it
>
> With a normal cookie I can use the HTTP_Cookie header but if I set the
> domain in the cookien then this cookie don't appears on the http_cookie
> header
>
> How can I deal with this problem?

This doesn't appear to be a mod_wsgi or WSGI problem per se. You are
probably better off asking on a general web developers list, or if are
using Python, then maybe on:

  http://groups.google.com/group/comp.lang.python/topics?lnk

or:

  http://groups.google.com/group/python-web-sig?lnk=srg

You might even try:

  http://stackoverflow.com/

I'd suggest you really need to provide more information about the
exact headers being returned so people can more easily see what you
are talking about.

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to