The SID constant generated by my PHP pages always have IDs that are 32 bytes in size.
Is it possible to reduce this size to 16 or less bytes?
sure, just set the session Id yourself with the session_id function (http://www.php.net/manual/en/function.session-id.php)
D