php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16247 trouble with session_register
Submitted: 2002-03-24 23:28 UTC Modified: 2002-06-29 01:00 UTC
From: zack at telkom dot net Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.1.2 OS: win 98
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: zack at telkom dot net
New email:
PHP Version: OS:

 

 [2002-03-24 23:28 UTC] zack at telkom dot net
the trouble is cannot use session_register
i use this module for admin login
in php version 4.0.5 that is no trouble
but in php version 4.1.2 the trouble is we can't login
i check the session file in sessiondata directory
session_register can't update with new value
exsample :
the old value of login = "not login"
and the new value of login = "succes"

   session_register("login");

but in the session file i look the value of login is not change

Why...???

** if i use php version 4.0.5 that is no trouble

thank's for all

zack

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-25 17:39 UTC] sniper@php.net
Does this happen with PHP 4.2.0 RC1:

http://www.php.net/~derick/php-4.2.0RC1-win32.zip

 [2002-06-29 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 16:01:30 2024 UTC