When I use Media View ,my session deleted

i use my custom auth system in my project and it save user informatin into session(no used Auth Component)
{{{
$this->Session->write( 'Cms.User', array (...) );
}}}

when is use This Code

{{{
function profile_donwload( $paperID )
{
if ( $file = $this->Paper->Attachment->read( null, $paperID ) )
{
$this->view = 'Media';
$params = array(
'id' =>