This works fine, but for one thing. When the flash uploader calls the PHP Callback function
it seems that the Session data is lost.
I can pass the session_id and/or session_name in the scriptData var of the widget. However how do I
reload it once I've retrieved this from $_POST?
if(!Yii::app()->getSession()->getIsStarted())
{
Yii::app()->getSession()->open();
$this->log('DN SessionId: ' . Yii::app()->getSession()->sessionID);
}
else
Yii::app()->getSession()->setSessionID($_POST['session']);
Does not work.

Help
This topic is locked














