|
Posted by DB Sol on 07/22/05 20:19
Veikko Mδkinen <look@my.signature.because.this.address.is.invalid> wrote
in news:NMKCe.5751$j93.4804@reader1.news.jippii.net:
> dst101 wrote:
>> Hello,
>>
>> Can someone try this example on PHP.NET:
>> http://us2.php.net/session_start
>> as I am getting parse errors. And tell me if it works for them?
>
> Wouldn't it be easier (for us) to show your code and the error you get?
>
>
> -veikko
>
> P.S. the question is rhetorical - the answer is "yes, it would be".
>
Well, oddly enough, I just started getting issues with sessions
yesterday. The code itself hasn't changed in months, and then, "all of a
sudden", anything I used involving sessions quit working. I talked to my
provider, and the log shows that when PHP tries to do a session,
permission is denied on the /var/lib/php/session dir. He says that
Apache owns and has rwe on it. PHP is running as an Apache module, so
that's all it should need, shouldn't it?
Apache is 2.0.51, and PHP is 4.3.10. Don't know what else to add, except
that the code it's choking on is session_start().
I'm looking thru whatever I can find to see what I've done wrong (this
time), and I'll post again if I find something interesting.
Thanx,
~dukethor
[Back to original message]
|