Question
Session instead of cookies?
I have a real estate site with which has the ability to
search all MLS listings through coldfusion, however I have a
problem because the MLS people are making it so I have to iframe
the coldfusion page from my main site. This is causing me a major
headache because they use cookies to track the queries and since it
is iframe'd IE6 and IE7 consider them third party cookies and block
them (I have attempted to get them to implement P3P headers with no
luck.).
I have been doing research on this issue and came across session variables, is this a solution or am I chasing my tail? Can someone help me out with this, I can do basic html and CF but this seems to be beyond my skill level.
For those of you interested, here is my error:
Attribute validation error for tag cfoutput.
The value of the attribute query, which is currently QParams, is invalid.
The error occurred in E:\Inetpub\wwwroot\SarahMacy\cgi-bin\GetPageTb.cfm: line 44
42 : </TR>
43 : <TR>
44 : <TD><cfoutput query="QParams"><span class="style1"><font face="Arial, Helvetica, sans-serif">
45 : <cfif QParams.RecordCount gt 0>
46 : <cfif Stories is not 'Any'>
I have been doing research on this issue and came across session variables, is this a solution or am I chasing my tail? Can someone help me out with this, I can do basic html and CF but this seems to be beyond my skill level.
For those of you interested, here is my error:
Attribute validation error for tag cfoutput.
The value of the attribute query, which is currently QParams, is invalid.
The error occurred in E:\Inetpub\wwwroot\SarahMacy\cgi-bin\GetPageTb.cfm: line 44
42 : </TR>
43 : <TR>
44 : <TD><cfoutput query="QParams"><span class="style1"><font face="Arial, Helvetica, sans-serif">
45 : <cfif QParams.RecordCount gt 0>
46 : <cfif Stories is not 'Any'>