php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15002 apache CRASHES on duplicate cookie and session_var
Submitted: 2002-01-11 16:29 UTC Modified: 2002-04-10 19:22 UTC
From: lazybutt666 at yahoo dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.1.1 OS: win2k
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lazybutt666 at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-01-11 16:29 UTC] lazybutt666 at yahoo dot com
the following code will crash apache(1.3.22 with php 4.1.1 running as a module on Win2K Hebrew Enabaled)

<?
session_register("hello");
setcookie("hello", "world");
?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-12 05:55 UTC] sander@php.net
Very likely to be a dupe of #14453. If not, reopen this report.
 [2002-01-12 06:30 UTC] lazybutt666 at yahoo dot com
nope. no dupe! 14453 was regarding a wrong path for the session.save_path setting. this is a different bug =/
 [2002-01-13 09:58 UTC] lazybutt666 at yahoo dot com
i take it back :(

was a dupe after all.
sorry for wasting your time.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 17:01:34 2025 UTC