<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Internet Explorer 7 says no to sessions and cookies</title>
	<atom:link href="http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/</link>
	<description>Follow us on Twitter: @fredwu and @scotti3g</description>
	<lastBuildDate>Tue, 21 May 2013 11:08:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Franck</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-382816</link>
		<dc:creator>Franck</dc:creator>
		<pubDate>Mon, 04 Jun 2012 22:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-382816</guid>
		<description>in the page declaring the frameset ? or in the first frame  ?</description>
		<content:encoded><![CDATA[<p>in the page declaring the frameset ? or in the first frame  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franck</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-382814</link>
		<dc:creator>Franck</dc:creator>
		<pubDate>Mon, 04 Jun 2012 22:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-382814</guid>
		<description>In fact, where to put 
    header(‘P3P:CP=...

???</description>
		<content:encoded><![CDATA[<p>In fact, where to put<br />
    header(‘P3P:CP=&#8230;</p>
<p>???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franck</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-382810</link>
		<dc:creator>Franck</dc:creator>
		<pubDate>Mon, 04 Jun 2012 21:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-382810</guid>
		<description>Hi,

Unfortunately for me it&#039;s not working :

A page of my website, called iframe.php uses frameset.

The first frame is just a small php file fixed on the top, in order to see the banner and some information from a sql database.

The 2nd is a whole website (commercial), and when i try to order something the caddie stay empty.

If i turn the security to lower (on ie), it works. It works fine too on FF and Chrome.

So, it&#039;s really the same problem, but writting : 

    header(&#039;P3P: CP=&quot;ALL ADM DEV PSAi COM OUR OTRo STP IND ONL&quot;&#039;);

just before session_start(); is not workin at all ...

I also use this (necessary for us :)

    $CR_ini_set = ini_set ( &quot;session.gc_maxlifetime&quot; , &quot;3600&quot; );
    define(&quot;_PATH_TMP&quot;, &quot;./../sessions&quot;);
    ini_set(&#039;session.save_path&#039;, _PATH_TMP);
    session_cache_expire (60);
    header(&#039;P3P: CP=&quot;ALL ADM DEV PSAi COM OUR OTRo STP IND ONL&quot;&#039;);
    session_start();


Any idea ?

Thanks for your answer,

Franck</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Unfortunately for me it&#8217;s not working :</p>
<p>A page of my website, called iframe.php uses frameset.</p>
<p>The first frame is just a small php file fixed on the top, in order to see the banner and some information from a sql database.</p>
<p>The 2nd is a whole website (commercial), and when i try to order something the caddie stay empty.</p>
<p>If i turn the security to lower (on ie), it works. It works fine too on FF and Chrome.</p>
<p>So, it&#8217;s really the same problem, but writting : </p>
<p>    header(&#8216;P3P: CP=&#8221;ALL ADM DEV PSAi COM OUR OTRo STP IND ONL&#8221;&#8216;);</p>
<p>just before session_start(); is not workin at all &#8230;</p>
<p>I also use this (necessary for us :)</p>
<p>    $CR_ini_set = ini_set ( &#8220;session.gc_maxlifetime&#8221; , &#8220;3600&#8243; );<br />
    define(&#8220;_PATH_TMP&#8221;, &#8220;./../sessions&#8221;);<br />
    ini_set(&#8216;session.save_path&#8217;, _PATH_TMP);<br />
    session_cache_expire (60);<br />
    header(&#8216;P3P: CP=&#8221;ALL ADM DEV PSAi COM OUR OTRo STP IND ONL&#8221;&#8216;);<br />
    session_start();</p>
<p>Any idea ?</p>
<p>Thanks for your answer,</p>
<p>Franck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conwho</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-34290</link>
		<dc:creator>conwho</dc:creator>
		<pubDate>Tue, 22 Jun 2010 12:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-34290</guid>
		<description>Internet Explorer does not support my asp classic application but all other browsers do.........


I am facing a problem in internet explorer with my asp classic application.  i am working on asp application which is a kind of search engine returns results depending upon certain criteria.  This application is working fine on all browsers except internet explorer. in IE after 2-3 results the sessions got mixed up or blank resulting in wrong result or error.  there is no technical error as none of other browser shows such kind of problem.  i need to  delete the  cookies  in  order to  make it work well again  on  IE.  Can any one help me in this issue.</description>
		<content:encoded><![CDATA[<p>Internet Explorer does not support my asp classic application but all other browsers do&#8230;&#8230;&#8230;</p>
<p>I am facing a problem in internet explorer with my asp classic application.  i am working on asp application which is a kind of search engine returns results depending upon certain criteria.  This application is working fine on all browsers except internet explorer. in IE after 2-3 results the sessions got mixed up or blank resulting in wrong result or error.  there is no technical error as none of other browser shows such kind of problem.  i need to  delete the  cookies  in  order to  make it work well again  on  IE.  Can any one help me in this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-12479</link>
		<dc:creator>Stephane</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-12479</guid>
		<description>Two questions regarding your header...

1- How to have it in html ?

I&#039;m thinking of something like:



2- In which file to have it ? In the file containing the frameset or in each included frame file ?

Thanks !

Stephane</description>
		<content:encoded><![CDATA[<p>Two questions regarding your header&#8230;</p>
<p>1- How to have it in html ?</p>
<p>I&#8217;m thinking of something like:</p>
<p>2- In which file to have it ? In the file containing the frameset or in each included frame file ?</p>
<p>Thanks !</p>
<p>Stephane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE 7, cookies und Framesets - Bananas Development Blog</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-326</link>
		<dc:creator>IE 7, cookies und Framesets - Bananas Development Blog</dc:creator>
		<pubDate>Fri, 24 Oct 2008 13:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-326</guid>
		<description>[...] cookies do not work at all for this website (which has a different domain to the parent website).  Internet Explorer 7 says no to sessions and cookies  Banana out    Posted by  Banana   in Allgemeines at  15:41    Comments (0)    Trackbacks (0)  [...]</description>
		<content:encoded><![CDATA[<p>[...] cookies do not work at all for this website (which has a different domain to the parent website).  Internet Explorer 7 says no to sessions and cookies  Banana out    Posted by  Banana   in Allgemeines at  15:41    Comments (0)    Trackbacks (0)  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Wu</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-252</link>
		<dc:creator>Fred Wu</dc:creator>
		<pubDate>Sat, 06 Sep 2008 08:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-252</guid>
		<description>I highly regard security, as a matter of fact, from the very beginning of my programming career I have been obsessed with security. But that doesn&#039;t mean one could go over the top and make security measures that have huge trade-offs.

Some of the security measures Microsoft has introduced are really laughable, just ask how many people turn off UAC as the first thing when they use Windows Vista. Similar securities measures have been in place on *nix (including OS X) systems for ages but apparently Microsoft decided to come over the top and make user experience far worse.</description>
		<content:encoded><![CDATA[<p>I highly regard security, as a matter of fact, from the very beginning of my programming career I have been obsessed with security. But that doesn&#8217;t mean one could go over the top and make security measures that have huge trade-offs.</p>
<p>Some of the security measures Microsoft has introduced are really laughable, just ask how many people turn off UAC as the first thing when they use Windows Vista. Similar securities measures have been in place on *nix (including OS X) systems for ages but apparently Microsoft decided to come over the top and make user experience far worse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-251</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 05 Sep 2008 18:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-251</guid>
		<description>&lt;blockquote&gt;Well, making a website broken is not logical to me. Besides, I don’t see how IE would be any securer than Firefox, Safari and Opera, etc.&lt;/blockquote&gt;

I admin a system where everyone logs in with just a username, no passwords. Then someone decided some reasonable security was in order, and we start requiring a password. So you call us angrily and say that breaking the program for you is not logical.

You can disregard security practices all you want, but don&#039;t expect the world to accomodate you.</description>
		<content:encoded><![CDATA[<blockquote><p>Well, making a website broken is not logical to me. Besides, I don’t see how IE would be any securer than Firefox, Safari and Opera, etc.</p></blockquote>
<p>I admin a system where everyone logs in with just a username, no passwords. Then someone decided some reasonable security was in order, and we start requiring a password. So you call us angrily and say that breaking the program for you is not logical.</p>
<p>You can disregard security practices all you want, but don&#8217;t expect the world to accomodate you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-250</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 04 Sep 2008 15:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-250</guid>
		<description>Thank you SO much for this fix. I&#039;ve been tearing my hair out all day trying to sort out this issue. I built the site on my local machine, everything worked fine. It works on all the REAL browsers like ff, safari, opera and even google chrome. It also works on most versions of ie (confusingly it worked on some versions of ie 7 as well :S), but on my ie 7 and a few other copies, it stubbornly refused to work.

I wish I&#039;d found this post earlier in the day. That one line of code was the solution to about 5 hours of struggling.

THANK YOU.</description>
		<content:encoded><![CDATA[<p>Thank you SO much for this fix. I&#8217;ve been tearing my hair out all day trying to sort out this issue. I built the site on my local machine, everything worked fine. It works on all the REAL browsers like ff, safari, opera and even google chrome. It also works on most versions of ie (confusingly it worked on some versions of ie 7 as well :S), but on my ie 7 and a few other copies, it stubbornly refused to work.</p>
<p>I wish I&#8217;d found this post earlier in the day. That one line of code was the solution to about 5 hours of struggling.</p>
<p>THANK YOU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Wu</title>
		<link>http://www.beyondcoding.com/2008/09/02/internet-explorer-7-says-no-to-sessions-and-cookies/comment-page-1/#comment-249</link>
		<dc:creator>Fred Wu</dc:creator>
		<pubDate>Tue, 02 Sep 2008 23:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://thislab.com/?p=47#comment-249</guid>
		<description>Well, making a website broken is not logical to me. Besides, I don&#039;t see how IE would be any securer than Firefox, Safari and Opera, etc.</description>
		<content:encoded><![CDATA[<p>Well, making a website broken is not logical to me. Besides, I don&#8217;t see how IE would be any securer than Firefox, Safari and Opera, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
