Ping Brothers & Sisters !
I think am having som form of session trouble in PHP.
My PHP-Nuke, SDMS and Mambo don´t work.
When I tryies to login the login-page just flash and
a will come back to the login-page.
My MySQl server works just fine. I´m running PhpMyAdmin with
no problem, and i can see all my databases. The DB permissions
are also OK.
My files is chmod 666 and dir=chmod 777.
Here is my My Config:
PHP 4.2.3
Apache/1.3.27
mod_perl/1.27
OS: FreeBSD (Unix)
In PHP's php.ini file, I have the following:
session.save_handler = user
session.auto_start = 0
session.use_cookies = 1
register_globals = On
mysql.allow_persistent = On
Have i missed anything ? Or what am i doing wrong here ?
best regards.
Linuxdude