Quote:
Originally Posted by Alexander Turcic
While your registered account works for all tracs, when you login, your login won't carry over. It's session-related. If this is a big problem, I may look into it and see if it's possible without too much modification to carry over sessions in tracs.
|
Am I really quoting myself? Oops... Well, after a quick look it seems rather easy to fix. Trac uses Paths with Cookies for storing login credentials; it should be possible to remove the path or to set it to / to make it domain-wide. Will check tomorrow!
Update: Trac is also storing session parameters in its database. Since every project uses an isolated Trac with its own database, it won't be possible to simply carry over a session.