Quote Originally Posted by raas View Post
Hi..

i've solved the problem (at least my case)

I've set register_globals to on in php.ini
restarted webserver.
and the sessions worked.

now the cms allows me to log in.
Enabling register_globals is a serious security threat to every web site.
Don't do that.

There are various exploits based on having register_globals on.