[[PageOutline(2-5,Contents,pullout)]] = Share Trac cookies between projects in the same directory {{{#!box info Trac:#12257 is exploring the possibility of adding this feature to Trac. }}} == Description This plugin allows cookies to be shared among Trac environments that reside in the same directory, enabling Single-Sign-On to a collection of Trac sites. == Bugs/Feature Requests Existing bugs and feature requests for SharedCookieAuthPlugin are [report:9?COMPONENT=SharedCookieAuthPlugin here]. If you have any issues, create a [/newticket?component=SharedCookieAuthPlugin new ticket]. [[TicketQuery(component=SharedCookieAuthPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:sharedcookieauthplugin here]. == Source You can check out SharedCookieAuthPlugin from [/svn/sharedcookieauthplugin here] using Subversion, or [source:sharedcookieauthplugin browse the source] with Trac. == Installation Install the plugin to multiple Trac environments that use cookie-based auth and reside in the same directory. == Configuration Enable `sharedcookieauth` and set `auth_cookie_path` in the environments that you wish to share authentication. This can be done using a [TracIni#GlobalConfiguration shared configuration]: {{{#!ini [components] sharedcookieauth.* = enabled [trac] auth_cookie_path = / }}} == Recent Changes [[ChangeLog(sharedcookieauthplugin, 3)]] == Author/Contributors ''Originally developed at [http://openplans.org The Open Planning Project]'' '''Author:''' [wiki:k0s] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' rjollos