I am using a typical XHTML based PHP website, and using the include function to call third party content. I am getting the following error message when the content loads:
>>
Cookies Required
This site requires cookies to operate correctly, and we have determined that your browser is currently not accepting cookies.
This could be due to one of several reasons:
* Your browser is an old version that doesn't support cookies
* You have configured your browser to not accept cookies
* Security software that you are running is blocking cookies
The type of cookies that this site requires are simple, non-persistent cookies. In Internet Explorer 6, you can set your Privacy setting to High and still use this site.
<<
The third party content is iFRAME supported, but I am using PHP instead. Since they will not support PHP, they could only offer a suggestion...that I need to allow my include to support cookies, session states, and redirects.
I am an intermediate level web designer with basic knowledge of PHP, and I have no idea how to do this. Any help is greatly appreciated.
>>
Cookies Required
This site requires cookies to operate correctly, and we have determined that your browser is currently not accepting cookies.
This could be due to one of several reasons:
* Your browser is an old version that doesn't support cookies
* You have configured your browser to not accept cookies
* Security software that you are running is blocking cookies
The type of cookies that this site requires are simple, non-persistent cookies. In Internet Explorer 6, you can set your Privacy setting to High and still use this site.
<<
The third party content is iFRAME supported, but I am using PHP instead. Since they will not support PHP, they could only offer a suggestion...that I need to allow my include to support cookies, session states, and redirects.
I am an intermediate level web designer with basic knowledge of PHP, and I have no idea how to do this. Any help is greatly appreciated.