Page 1 of 1

PHP Session Varialble not getting for child windows

Posted: Wed Mar 17, 2010 10:49 pm
by san123
Hi all,

The session created for a main page(Home.php) not getting for the child window opened using window.open.

Could you please suggest me the solution.

Re: PHP Session Varialble not getting for child windows

Posted: Thu Mar 18, 2010 2:16 am
by Christopher
They may be all in the same request, so you need to call session close write (see docs for function name) to write the changes so other frames will load the updated data.