in reply to Check the cookie for changes
in thread Web based password management (or how *not* to blame tye)
basically if you ask apache session to access a session that doesn't exist it dies. Thus the eval...eval { # tie to session_id (sorry it's monday morning don't remember the +exact syntax) } if ($@) { print "bogus session\n"; }
/\/\averick
perl -l -e "eval pack('h*','072796e6470272f2c5f2c5166756279636b672');"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Check the cookie for changes
by drewbie (Chaplain) on Mar 25, 2002 at 16:02 UTC | |
Re: Re: Check the cookie for changes
by belg4mit (Prior) on Mar 28, 2002 at 02:05 UTC |