kartiksyal
New Member
How to restrict the session time out of customer alone to 15 mins
'customer' => array(
'class' => 'customer.components.web.auth.WebCustomer',
'allowAutoLogin' => false,
'loginUrl' => array('guest/index'),
'returnUrl' => array('dashboard/index'),
'authTimeout' => 900,
'identityCookie' => array(
'httpOnly' => true,
)
),