Session-variables are lost when using frames
Because of the privacy, session-variables might get lost when you're running your application in a frameset (from a different domain).
This can easily be solved by adding a compact P3P header:
Response.AddHeader "P3P","CP=""CON IVA OUR"""
More information on P3P can be found on http://www.w3.org/P3P/
This can easily be solved by adding a compact P3P header:
Response.AddHeader "P3P","CP=""CON IVA OUR"""
More information on P3P can be found on http://www.w3.org/P3P/
0 Comments:
Post a Comment
<< Home