Thanks TeRReF,
I think the problem is with the frames referencing two different urls of virtual hosts I setup in apache i.e.
http://cms.local
http://site1.local
Would this cause problems as even though the references are for different urls the pages are both reference the same server?
Main Topics
Browse All Topics





by: TeRReFPosted on 2006-09-24 at 12:49:33ID: 17588039
Give your session a name like so:
session_name('blah');
// then call session_start()
session_start();
At the end of each page do a:
session_write_close();