[ciapug] PHP Sessions

ciapug@cialug.org ciapug@cialug.org
Thu, 23 Oct 2003 14:08:41 -0400


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.