|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-25 17:39 UTC] sniper@php.net
[2002-06-29 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 09:00:01 2025 UTC |
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