If session.use_trans_sid = 1, then session id is automatically passed through either URL or a hidden form field. (Also check url_rewriter.tags in the php.ini)
If session.use_trans_sid = 0, then you'll have to pass the session id manually by using [man]session_id/man