RE: [PHP] bug in sessions

2002-06-30 Thread John Holmes
e the documentation. ---John Holmes... > -Original Message- > From: Michal Dvoracek [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 30, 2002 7:37 AM > To: [EMAIL PROTECTED] > Subject: [PHP] bug in sessions > > Hello, > > i discovered bug in sessions: > > w

[PHP] bug in sessions

2002-06-30 Thread Michal Dvoracek
Hello, i discovered bug in sessions: when using unset($_SESSION[...]) insted session_unregister(...) and before calling read _$SESSION[...] variable WILL NOT unset. please try these examples and see result. here is method how to produce this bug (you must have cookies enabled): 1. run script 2