RE: Understanding why this "fixes" my perlaccess script

2002-07-04 Thread Jason Wilkes
; WHERE field = ? > "); > $sth->bind_param( 1, $SessionID ); > $sth->execute; > > That might help. > > > > -Original Message- > From: Jason Wilkes [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 04, 2002 11:4

Understanding why this "fixes" my perlaccess script

2002-07-04 Thread Jason Wilkes
Hi folks, I use the following modperl script to control page access, based on a sessionid held in a cookie. A database is queried to get the user id from the db based on the cookie value. (No cookie, and your bounced to the logon screen). So far so good, and all works well. Except for one user i