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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
3 + 44 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 19:01:33 2024 UTC