As ZF creates single instance of zend_auth.
But i need separate for admin and front panel of my site
So i have made a copy on zend/Auth.php and saved as zend/Autuadmin.php in library and created sessin as zend_Authadmin and its now working fine at all places.
Is it correct way to do? or can it crate problem in future ?