Sessions are not working

Hi there,

if i use the blog from the yii framework, I can’t login with my account, demo.

the password and the user are correct, I don’t get any error message.

Also if I am trying to set a comment, I get whole the time an error that the captcha is wrong.

There is a problem with the sessions, but i don’t know how to solve it.

In my main.php the session are enabled


	// preloading 'log' component

	'preload'	=> array('log', 'session'),

Does your browser have cookies enabled?

Where is the assoziation between sessions and cookies?

While sessions store data on the server, a session id is usually stored in a cookie on your computer, in order to store/retrieve the data over multiple requests.

http://php.net/manual/en/intro.session.php