thanks for the response. heres the problem i seem to be having:
if i activate trans-sid, when a user first accesses the site, all of the links on the first page they access will be appended with: ?PHPSESSID=1234123412341234
because i am not using trans-sid, , all of the links on the first page they access will be appended with: ?PHPSESSID=
The value of PHPSESSID is not added until the user clicks on a link to another page, which is when it takes on a value, and i have discovered that this method requires cookie functionality to be on.
so it seems that the only way to avoid relying on cookies is to use trans-sid. this can't be true, though. any thoughts?