[Koha] This is driving me nuts...
Croson, John
JCroson at ramart.org
Wed Feb 19 09:48:34 NZDT 2003
I have been having a hell of a time with the Auth.pm problem as described in this post, http://lists.katipo.co.nz/public/koha/2003/001443.html and a possible solution, http://lists.katipo.co.nz/public/koha/2003/001444.html .
I have tried fixing the file with the following modifications with no results:
Switched line 179 from this,
$sessionID=int(rand()*100000).'-'.time();
to this:
$sessionID or $sessionID=int(rand()*10000).'-'.time();
With no luck. Tried JUST $sessionID; ... nope.
Anyone wanna enlighten me so I don't have another night of dreaming...user,pass,user,pass,user,pass,user,pass..........
John Croson
Confused
More information about the Koha
mailing list