Enabling useTransparentSessionID

How to enable the transfer of the session SID with disabled cookies in browser?

‘session’=>array(

‘useTransparentSessionID’=>true,

),

problem remains

and so, too,

‘session’=>array(

‘class’=>‘CHttpSession’,

‘useTransparentSessionID’=>true,

),

Hey… anybody answer me?

This is a PHP question. useTransparentSessionID mainly encapsulates the session.use_trans_sid option in php.ini. Please refer to PHP manual about your problem.

session.use_trans_sid is enable