ALL files must have a session_start() in them (or in their include files) if session variables can be got at.
I assume the popup files (or the files included in them) do not have a session_start().
//EDIT reading that back I don't know if it makes sense.
Best thing to do perhaps is place session_start() at the top of each main file. You don't need session_start in include files if it's already been declared in the main file.
diafol
Keep Smiling
10,666 posts since Oct 2006
Reputation Points: 1,628
Solved Threads: 1,514
Skill Endorsements: 57
Question Answered as of 1 Year Ago by
diafol
and
MagicMedia