[Koha] This is driving me nuts...

Tonnesen Steve tonnesen at cmsd.bc.ca
Wed Feb 19 09:57:21 NZDT 2003


Do you have cookies enabled in you browser?  If you are being forced to
log in for every Koha page, that is most likely the case.  If you do not
want to enable cookies in your browser, the alternative is to switch to
using apache's basic authentication instead of the cookie authentication.

Steve.


On Tue, 18 Feb 2003, Croson, John wrote:

> 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
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
> 
> 




More information about the Koha mailing list