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
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080