[TYPO3-dev] Use case for fe_login_mode?

Kay Strobach typo3 at kay-strobach.de
Sat Mar 12 10:48:02 CET 2011


Hello Steffen,

as far as i understood the behaviour,
you can force a page to be rendered as not logged in user, even if the
user is logged in.

Normally TYPO3 would create a cached version of the page for every group
combination that accesses the page:

user1 : g1,g2,g3
user2 : g1,g2
user3 : g1,g2,g3
user4 : g1

having the above users will result in a cached version for:

user1 and user3
user2
user4

setting the page to no-login there will be exactly one version in cache
shared by all users ;)

Regards
Kay


-- 
http://www.kay-strobach.de - Open Source Rocks




More information about the TYPO3-dev mailing list