Monday, January 31, 2011

Re: Facebook session problems.

Its definitely a django thing. It does it on explorer as well. Somehow
the session information is lost. Maybe because it goes out to facebook
to get the log in. I used firebug and I can see the facebook cookies
as well as those for my site.

On Jan 31, 9:33 am, Aljoša Mohorović <aljosa.mohoro...@gmail.com>
wrote:
> On Mon, Jan 31, 2011 at 2:59 PM, CrabbyPete <pete.do...@gmail.com> wrote:
> > I am loosing the django session.
>
> try setting the P3P on response:
> response['P3P:CP'] = "IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi
> HIS OUR IND CNT"
> it probably wont help but it fixes this issue with explorer so it doesn't hurt.
>
> test if you can use cookies, most session issues in iframe apps are
> cookie related.
> also, try using a different browser just to figure out if it's browser
> related or if it's server-side problem.
>
> Aljosa Mohorovic

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment