From kde-bugs-dist Sun Feb 29 22:48:34 2004 From: Harald Fielker Date: Sun, 29 Feb 2004 22:48:34 +0000 To: kde-bugs-dist Subject: [Bug 64182] When closing the konqueror window that created the Message-Id: <20040229224834.16471.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=107809492128726 ------- 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