>Whenn i acces a page then there will automatichly be a phpsesion id created

Your php.ini file may have settings that would do that.

>but i dont have got any key pressed or used sersion start in the code.
>
>i just wanne login to my page wich the page sets a cookie in my browser but 
>this doest work because the cookies does not be created in my browser 

I went there and got no cookies.

You have to call session_start() if you want the cookies to go out.

You also have to session_register() each variable that you want to "keep" in the 
session.

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to