From:             [EMAIL PROTECTED]
Operating system: win 98
PHP version:      4.1.2
PHP Bug Type:     Session related
Bug description:  trouble with session_register

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

-- 
Edit bug report at http://bugs.php.net/?id=16247&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16247&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16247&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16247&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16247&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16247&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16247&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16247&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16247&r=submittedtwice

Reply via email to