RE: [PHP] Modify someone else's session register

2001-12-28 Thread Jerry Verhoef (UGBI)
]] Sent: Friday, December 28, 2001 9:54 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Modify someone else's session register Not really, but you could... You would somehow have to get the session id from user 2 to user 3 (this would depend how your site worked). Then you could access the session va

RE: [PHP] Modify someone else's session register

2001-12-28 Thread Jerry Verhoef (UGBI)
No Maybe you should consider database option or flat files to give info from one user to the another? Jerry Verhoef -Original Message- From: Alex Vargas [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 3:23 AM To: [EMAIL PROTECTED] Subject: [PHP] Modify someone else&#

RE: [PHP] Modify someone else's session register

2001-12-28 Thread Dave Brotherstone
. Dave. > -Original Message- > From: Alex Vargas [mailto:[EMAIL PROTECTED]] > Sent: 28 December 2001 02:23 > To: [EMAIL PROTECTED] > Subject: [PHP] Modify someone else's session register > > > Hi. > > Let's suppose I have 3 users in my site, each of

[PHP] Modify someone else's session register

2001-12-27 Thread Alex Vargas
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 th