Modify ↓
      
Opened 17 years ago
Closed 17 years ago
#8027 closed defect (invalid)
Trac - mod_wsgi with SSPI - logout doesn't work
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.2.1 | 
| Severity: | normal | Keywords: | Logout, mod_wsgi, SSPI | 
| Cc: | srimanthula.radhakrishna@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Logout doesn't work on my Trac setup. Here are the details of my setup:
Windows XP SP2 Trac 0.11.2.1 mod_wsgi SSPI Authentication
When I hit logout, the system doesn't seem to log me off. I can still browse around.
Guess its either logging me off and re-logging me in immediately, or the log out operation is faulty.
Please let me know if you need any other information.
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Milestone: | 0.11.3 | 
|---|---|
| Priority: | high → normal | 
| Resolution: | → invalid | 
| Severity: | major → normal | 
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
It is neither related to SSPI nor to WSGI, but to the way HTTP-based authentication works.
You need to use an alternative authentication manager (such as th:AccountManagerPlugin) to avoid this kind of issues.
You may also want search for the numerous duplicates about logout and HTTP authentication