Opened 6 years ago
Closed 6 years ago
#1484373 closed Bugs (duplicate)
Session automatically expires (database field 'ip' is too small)
| Reported by: | Luke-Jr | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Interface | Version: | git-master |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
When upgrading from 0.1beta2 to trunk in my test env, I suddenly couldn't login: it always claimed my session had expired when I tried.
This was because the database field 'ip' in table 'session' was a varchar(15)-- far too short! This bug is fixed by expanding it to a realistic size of 40.
Attachments (1)
Change History (3)
Changed 6 years ago by Luke-Jr
comment:1 Changed 6 years ago by robin
comment:2 Changed 6 years ago by thomasb
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #1484322
Note: See
TracTickets for help on using
tickets.

You're on IPv6?