View | Details | Raw Unified | Return to bug 257675 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse.org-common/system/session.class.php (-1 / +2 lines)
Lines 101-107 Link Here
101
		$rValue = false;
101
		$rValue = false;
102
		if ( (!$this->load($cookie))) {
102
		if ( (!$this->load($cookie))) {
103
        	# Failed - no such session, or session no match.  Need to relogin
103
        	# Failed - no such session, or session no match.  Need to relogin
104
        	setcookie(ECLIPSE_SESSION, "", time() - 3600, "/", ".eclipse.org");
104
        	# Bug 257675
105
        	# setcookie(ECLIPSE_SESSION, "", time() - 3600, "/", ".eclipse.org");
105
        	$rValue = false;
106
        	$rValue = false;
106
        }
107
        }
107
        else {
108
        else {

Return to bug 257675