From:             remo dot liechti at swisslog dot com
Operating system: Windows 2000
PHP version:      4.3.2
PHP Bug Type:     Unknown/Other Function
Bug description:  base_64 with sessions

Description:
------------
you can delete and edit some users in the useradministration of an
application. Following situation: There are 4 user, user1 to user4. I
delete user2. Now user1 gets all of permissions and settings of user2, but
he lost all his own settings and permissions. User3 and 4 are still ok. i
delete user4, user3 gets the enviroment of user4. this only happen with
php version 4.3.2. With Version 4.2.3 everything's okay.
Strange is, that this bug only happens, if you logged in as admin a second
time. This means:
Admin is logged in, he doesn't log out, logs in a second time.
I think there's a problem with sessions. The user settings are stored in a
txt-file, base64 encoded.

Reproduce code:
---------------
Do'nt know where this bug happens... :/

Expected result:
----------------
-

Actual result:
--------------
-

-- 
Edit bug report at http://bugs.php.net/?id=24327&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24327&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24327&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24327&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24327&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24327&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24327&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24327&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24327&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24327&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24327&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24327&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24327&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24327&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24327&r=gnused

Reply via email to