Forum Moderators: coopster

Message Too Old, No Replies

Sessions variables not saving

Worked on Windows, not on AIX

         

sveint

7:22 pm on May 12, 2004 (gmt 0)

10+ Year Member



Quick background:

Developed on Windows (apache/mysql, no register globals or other nonsense)
Moved everything to AIX and have the following problem:

Nothing is saved in my session folder.

Yes, I've created the directory. Yes, the apache/mysql/php user has write access to that directory.

I'm really stuck here - any help appreciated.

coopster

7:29 pm on May 12, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, sveint!

Does PHP know where that directory is?

[php.net...]

sveint

7:56 pm on May 12, 2004 (gmt 0)

10+ Year Member



Haha, well I solved it, guess I was too tired when I compiled, forgot that I made this little change:

Configuration File (php.ini) Path /home/wicosys/php/lib

I was editing and using php.ini in the default location.

Oh well; thanks for your reply - got me on the right path!