Modify ↓
#1485 closed defect (fixed)
session seems bound to the IP address
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.8.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I use trac behind a proxy with several IP addresses. When accessing trac, sometimes I get through but most requests don't. In this case, I get the message :
Error accessing authenticated session
Session cookie requires authentication
It looks like trac is concerned with my ip address (changing) and refuses me when I don't use the ip address used to create the session.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Apparently, it is fixed already in [1361]