php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17712 Session vars not being updated
Submitted: 2002-06-11 15:53 UTC Modified: 2002-06-11 18:40 UTC
From: dsias at mac dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.2.1 OS: freeBSD 4.5
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: dsias at mac dot com
New email:
PHP Version: OS:

 

 [2002-06-11 15:53 UTC] dsias at mac dot com
Session variables are not being updated. Variables are set 
the first time, but never updated. I have tried both of the 
following method with the same rusults.


session.save_handler      = files


session.save_handler      = users \ with custom handlers

I have the same code running under MacosX and all is fine. 
session_start();
...
session_register ("b2");
$b2 = $b2 +1;

$b2 always = 1

Note: This is a dual processor system.

-- System - OS stats
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 
1992, 1993, 1994
        The Regents of the University of California. All 
rights reserved.
FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002
    murray@builder.freebsdmall.com:/usr/src/sys/compile/
GENERIC
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (1263.45-MHz 686-
class CPU)
  Origin = "GenuineIntel"  Id = 0x6b1  Stepping = 1
  Features=0x383fbff<
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CM
OV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 2147221504 (2096896K bytes)


TIA 

-Dustin



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-11 18:40 UTC] sniper@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 11:01:32 2025 UTC