Hey,
When I did the following steps the session in window A lost.
1.) authenticate user in window A.
2.) open a new window B by clicking a button (in window A) which calls
window.open(... ).
3.) the session is valid in window B.
4.) execute a php script from a form in window B. This script do a session_start() .
5.) the session is still valid in window B.
6.) BUT sometimes(????) the session is lost in window A either I close the window B or not.
It doesn't seem to be browser specific.
The server is under PHP 4.4.2 and Apache 1.3.33
Any idea??????????
L.
When I did the following steps the session in window A lost.
1.) authenticate user in window A.
2.) open a new window B by clicking a button (in window A) which calls
window.open(... ).
3.) the session is valid in window B.
4.) execute a php script from a form in window B. This script do a session_start() .
5.) the session is still valid in window B.
6.) BUT sometimes(????) the session is lost in window A either I close the window B or not.
It doesn't seem to be browser specific.
The server is under PHP 4.4.2 and Apache 1.3.33
Any idea??????????
L.
Comment