Problem with Apache & sessions
Posted: Wed Feb 05, 2003 11:19 am
While ago i changed my server from Xitami to Apache and reinstalled PHP. What i had, was a happy goodworking system and what i have now, is a bunch of problems... For example, the most annoying problem is; Sessions are not working properly. I cant register a variable into a session, not with $_SESSION["var"] = "something"; and neither with session_register("var");. When i try to check if a variable is set and if it is correct like if (isset("var") && ("var" == "something")) { print "something"; } i get nothing. Why? I have tried to configure php.ini and httpd.conf, session savepath is set.
I would appreciate any help.
I would appreciate any help.