Linux DB PHP Scripts Tech Diary
Search This Blog
Sunday, May 30, 2010
ie iframe php session lost issues
Problem: IE lost ifrmae php page session when go to next page
Solution:
Add one line before session_start();
header('P3P: CP="CAO PSA OUR"');
session_start();
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)