php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6435 can't close session(by session_destroy()) - it write warning
Submitted: 2000-08-30 08:31 UTC Modified: 2001-03-29 11:44 UTC
From: kosy_denis at yahoo dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: win98 Second Edition
Private report: No CVE-ID: None
 [2000-08-30 08:31 UTC] kosy_denis at yahoo dot com
<?php
session_register('uuu');
++$uuu;
session_destroy();
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-03 03:03 UTC] waldschrott@php.net
this is dup without further information, #5231 reopened
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 02:01:35 2024 UTC