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's session

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

2001-12-28 Thread Dave Brotherstone
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 variables - it depends how your sessions are stored. If they were stored in a database, then you could read them (by defaul