[ciapug] PHP Sessions
Lathrop Preston
ciapug@cialug.org
Thu, 23 Oct 2003 13:17:05 -0500
vanish@dreamscapevisionery.com wrote:
> Alright. I'm ready to pull my hair out. I upgraded my Mandrake box for my
> company's Intranet to Mandrake 9.1 with Apache 2.0 and PHP 4.3.1. Ever since
> doing so, my LDAP authentication script for Active Directory has been broken.
> Well, I found an awesome little class for LDAP and cured my unable to bind
> woes... but when I set $_SESSION[''] variables, it works on the auth page, but
> after redirecting to the page the user was on when they tried to log in, it
> doesn't see the $_SESSION[''] variables, and provides them with the login form
> again.
>
> My frustration lies in trying everything I can think to get a routine to work
> that previsouly had no problems what-so-ever. Any quick thoughts on what to try
> are appreciated.
> _______________________________________________
> ciapug mailing list
> ciapug@cialug.org
> http://cialug.org/mailman/listinfo/ciapug
How are you setting the session vars...
are you issuing a session start on all pages?
Laith