Skip to content

Instantly share code, notes, and snippets.

@hphoeksma
Created December 6, 2012 21:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hphoeksma/4228753 to your computer and use it in GitHub Desktop.
Save hphoeksma/4228753 to your computer and use it in GitHub Desktop.
Add overall cookie manager plugin
page {
20 = USER
20 {
userFunc = tx_extbase_core_bootstrap->run
pluginName = CookieAccept
extensionName = CookieManager
switchableControllerActions {
Cookie {
1 = acceptCookie
2 = createCookie
}
}
settings =< plugin.tx_cookiemanager.settings
persistence =< plugin.tx_cookiemanager.persistence
view =< plugin.tx_cookiemanager.view
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment