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.
PHP Session Varialble not getting for child windows
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP Session Varialble not getting for child windows
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.
(#10850)