php-general | 2001122
Date: 12/27/01
- Next message: Matt Friedman: "RE: [PHP] Can you fake a onClick?"
- Previous message: Douglas Harter: "Re: [PHP] Can you fake a onClick?"
- In reply to: David Piasecki: "RE: [PHP] crack lib"
- Next in thread: Dave Brotherstone: "RE: [PHP] Modify someone else's session register"
- Reply: Dave Brotherstone: "RE: [PHP] Modify someone else's session register"
- Maybe reply: Jerry Verhoef (UGBI): "RE: [PHP] Modify someone else's session register"
- Maybe reply: Jerry Verhoef (UGBI): "RE: [PHP] Modify someone else's session register"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi.
Let's suppose I have 3 users in my site, each of them generating their
respective session variables. Assuming I have a session variable named
$variable, I'll end up in the server with 3 values: $variable_1, $variable_2
and $variable_3.
My question is: is there a way I can change let's say the variable of the
second user when the third user is running the php script? Can I access (and
change) the session registers generated by the users?
Thanks for your help,
Alex.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Matt Friedman: "RE: [PHP] Can you fake a onClick?"
- Previous message: Douglas Harter: "Re: [PHP] Can you fake a onClick?"
- In reply to: David Piasecki: "RE: [PHP] crack lib"
- Next in thread: Dave Brotherstone: "RE: [PHP] Modify someone else's session register"
- Reply: Dave Brotherstone: "RE: [PHP] Modify someone else's session register"
- Maybe reply: Jerry Verhoef (UGBI): "RE: [PHP] Modify someone else's session register"
- Maybe reply: Jerry Verhoef (UGBI): "RE: [PHP] Modify someone else's session register"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

