I'm trying to run some benchmark tests on my Zend Framework 1 based web application.
So I've enabled session.use_trans_id=1
and disabled session.use_only_cookies=0
so that I can pass in a valid PHPSESSID as a query string parameter.
However, it seems that PHP is not recognizing this PHPSESSID and therefore creates a new one. Any ideas as to how this can happen?