php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24327 base_64 with sessions
Submitted: 2003-06-25 01:50 UTC Modified: 2003-06-25 07:10 UTC
From: remo dot liechti at swisslog dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.2 OS: Windows 2000
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: remo dot liechti at swisslog dot com
New email:
PHP Version: OS:

 

 [2003-06-25 01:50 UTC] remo dot liechti at swisslog dot com
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:
--------------
-

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-25 01:52 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2003-06-25 07:10 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jul 06 09:01:29 2024 UTC