13 Feb
2003
13 Feb
'03
9:10 p.m.
On Thu, 13 Feb 2003 robweir@alum.drexel.edu wrote:
Did anyone see or respond to following message a few days ago? I haven't seen a response and am seeing something similar with a windows install of koha-1.2.3 when in the Intranet module.
Does anyone have an idea of what to check to resove this?
It's a bug in the Auth.pm module. It's assigning a new session cookie immediately after the user has authenticated: Line 176 in C4/Auth.pm reads: $sessionID=int(rand()*100000).'-'.time(); and it should read: $sessionID or $sessionID=int(rand()*10000).'-'.time(); Steve.