php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6437 $HTTP_SESSION_VARS doesn't contain session data
Submitted: 2000-08-30 08:48 UTC Modified: 2000-11-08 19:39 UTC
From: gbevin at thunderstorms dot org Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gbevin at thunderstorms dot org
New email:
PHP Version: OS:

 

 [2000-08-30 08:48 UTC] gbevin at thunderstorms dot org
<?php
session_start();
session_register("count");
$HTTP_SESSION_VARS["count"]++;
print($HTTP_SESSION_VARS["count"]."<BR>");
?>
<A HREF="HtmlGenerator.php?<?=SID?>">next<BR></A>


./configure --prefix=/usr/thunderstorms/php --with-pgsql=/usr/thunderstorms/pgsql --with-apache=../apache_1.3.12 --without-mysql --enable-ftp --enable-track-vars --enable-xml --with-gd=/usr/thunderstorms/gd --with-ttf=/usr/thunderstorms --with-jpeg-dir=/usr --with-xpm-dir=/usr --enable-calendar --with-config-file-path=/home/apache --with-pspell=/usr/thunderstorms/pspell --enable-bcmath --enable-sysvsem --enable-sysvshm --with-java=/usr/thunderstorms/java/jdk1.2 --with-mm=/usr/thunderstorms/mm --with-dom=/usr/thunderstorms/gnome


register_globals=Off
track_vars=On
variables_order="GPCS"
session.auto_start=0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-08 19:39 UTC] jmoore@php.net
HTTP_SESSION_VARS is not set immediatly.. It is set next time your make a request.

James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC