No subject


Thu Jan 10 15:33:21 CET 2013


// Restricts the domain name for FE and BE session cookies. When setting
the value to ".domain.com" (replace domain.com with your domain!), login
sessions will be shared across subdomains. Alternatively, if you have
more than one domain with sub-domains, you can set the value to a
regular expression to match against the domain of the HTTP request. The
result of the match is used as the domain for the cookie. eg.
/\.(example1|example2)\.com$/ or /\.(example1\.com)|(example2\.net)$/.
Separate domains for FE and BE can be set using <a
href="#FE-cookieDomain">$TYPO3_CONF_VARS['FE']['cookieDomain']</a> and
<a href="#BE-cookieDomain">$TYPO3_CONF_VARS['BE']['cookieDomain']</a>
respectively.



-- 
cheers,
Steffen

TYPO3 Blog: http://www.t3node.com/
Twitter: @t3node - http://twitter.com/t3node


More information about the TYPO3-project-typo3v4mvc mailing list