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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Mar 12 10:01:31 2025 UTC