[PHP] Session ID as a regex

2003-08-06 Thread Gerard Samuel
How would you best describe a session id as a regex? [a-z0-9]{32} Just checking to see if any other characters can be in a session id. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session ID as a regex

2003-08-05 Thread Jason Wong
On Wednesday 06 August 2003 02:28, Gerard Samuel wrote: > How would you best describe a session id as a regex? > [a-z0-9]{32} > > Just checking to see if any other characters can be in a session id. I think [a-f0-9]{32} is sufficient. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open