Hello,


I’m hoping someone here might be able to help me figure out how to fix this
issue I am seeing with IE and an iframe.



I’m using Django 1.4 and there is some data that I store on the session
like such:



request.session[“KEY”] = “VALUE”



And then on a different request, I am able to retrieve the data by doing
request.session.get(“KEY”). This works for all browsers when not within an
iframe (including IE). However, when my site is running in an iframe, on
IE, this data is not retrieved. I’ve found multiple pages on the interwebs
that you need to set the P3P on the header. I’ve done this.



response["P3P"] = 'CP="CAO IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi
HIS OUR IND CNT"'



THIS does not fix the fact that the data on the session does not exist in
IE.



Is there a fix for this? Or is my site completely unsuable in IE in an
iframe?



Thanks.



-James

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

Reply via email to