View Single Post
Old 03-12-2008, 05:19 PM   #19
Alexander Turcic
Fully Converged
Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.
 
Alexander Turcic's Avatar
 
Posts: 18,175
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
Quote:
Originally Posted by Alexander Turcic View Post
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.
Alexander Turcic is offline   Reply With Quote