6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/30/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12041] Authentication does not work any longer
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .. .___.. [__)| || | | [__)|/\||___ | |___
Comment
> I found the problem (don't know where exactly it comes from): > > horde_sessionhandler (description): > +----------------------+-------------+------+-----+---------+-------+ > | Field | Type | Null | Key | Default | Extra | > +----------------------+-------------+------+-----+---------+-------+ > | session_id | varchar(32) | NO | PRI | NULL | | > | session_lastmodified | int(11) | NO | MUL | NULL | | > | session_data | blob | YES | | NULL | | > > As you can see, the session_id has 32 characters. The id generated is > longer :) > > E.g.: > Session-ID: jiah80ekjoqbu0ccmrujkoluqpsqkjhpv60vg8dv001v4l5v6341 > in Database: jiah80ekjoqbu0ccmrujkoluqpsqkjhp > > So I extended the session_id to 64 Chars. Now it looks like this: > +----------------------+-------------+------+-----+---------+-------+ > | Field | Type | Null | Key | Default | Extra | > +----------------------+-------------+------+-----+---------+-------+ > | session_id | varchar(64) | NO | PRI | | | > | session_lastmodified | int(11) | NO | MUL | NULL | | > | session_data | blob | YES | | NULL | | > +----------------------+-------------+------+-----+---------+-------+ > > And now it is working again. >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers