------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=64182 ------- Additional Comments From fielker informatik fh-augsburg de 2004-02-29 23:48 ------- Sorry guys - if this doesn't work - use my last post - put it in a html file and open this in a brower. Then copy&paste the source.
"; echo "Session ID: " . $_REQUEST["PHPSESSID"] . "
"; echo "Session dummy data: " . $_SESSION["dummy"] . "
"; echo "

Popup close

"; exit; } else { session_start(); echo "Session ID: " . $_REQUEST["PHPSESSID"] . "
"; echo "Session dummy data: " . $_SESSION["dummy"] . "
"; if( strlen( $_SESSION["dummy"] ) == 0 ) { $dummy = time(); echo "dummy data was empty - setting to $dummy
"; $_SESSION["dummy"]=$dummy; if( isset( $_GET["reload"] ) ) { echo "if you open and closed the popup you got the bug...
"; } } } ?>

Popup open

Reload