Date: 05/04/01
- Next message: Philip Strnad: "Re: Sv: [phplib] occasional problem with authentication"
- Previous message: Dennis Gearon: "[phplib] configuring container classes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just managed to fix a problem I was having with using canel_login with
default authentication. I never had a problem before when using php3.
Now when I'm using php4 sessions with phplib4 extensions I have a few
problems.
Current, I'm using php4.0.3 and phplib 7.2c.
I have come up with a solution that appears to work but was wondering if
this might muck me up later when I'm not using default auth.
Here's what I did:
function start() {
....
if ($$cl) {
$this->nobody = true; /* new line */
$this->unauth();
}
I was going to pass nobody to unauth but it says this method is
debrecated.
Cheers,
Paul
-- ________________________________________________________________ Paul Wolstenholme SMA Webware http://www.zzube.com/ What do you know? http://make.zzube.com/ Vancouver, BC Canada
--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Philip Strnad: "Re: Sv: [phplib] occasional problem with authentication"
- Previous message: Dennis Gearon: "[phplib] configuring container classes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

