Monday, January 31, 2011

Re: Facebook session problems.

On Mon, Jan 31, 2011 at 2:59 PM, CrabbyPete <pete.douma@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