Skip to content

Instantly share code, notes, and snippets.

@rishav
Created February 1, 2012 06:18
Show Gist options
  • Save rishav/1715454 to your computer and use it in GitHub Desktop.
Save rishav/1715454 to your computer and use it in GitHub Desktop.
'user'=>array(
//
//
'identityCookie' => array('domain' => '.domain.com'),
//
),
'session' => array(
'autoStart'=>true,
'cookieParams' => array('domain' => '.domain.com'),
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment