Ticket #6763 (reopened defect)
Sessions broken intermittently for multi-project trac
| Reported by: | stou@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11b1 |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description
My setup is:
- Trac 0.11b
- Apache 2.2.8
- mod_wsgi
- mod_digest authentication
- PostgreSQL database
The trac environment is setup for multi-project trac, using os.environTRAC_ENV_PARENT_DIR?. All of the projects use the same digest realm, but some of the projects are restricted from viewing by non-authenticated users. At one point it was possible to authenticate in one trac project and go to another and simply click 'login'. Now this works intermittently, sometimes truncating the session table fixes the problem. Sometimes clicking the login link a couple of times will also help.
The apache configuration is nearly identical to: http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac except that my trac sites are under a virtual domain. with WSGIScriptAlias set to '/'.


