Ticket #5944 (closed defect: worksforme)
Error on VPNOut Support
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.4 |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description (last modified by eblot) (diff)
Occurs when I try to get to the support page.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 184, in dispatch
req.session = Session(self.env, req)
File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 52, in __init__
self.promote_session(sid)
File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 157, in promote_session
self.bake_cookie(0) # expire the cookie
File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 56, in bake_cookie
assert self.sid, 'Session ID not set'
AssertionError: Session ID not set
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


