Hi
I'm using cookie authentication, creating a session variable, when loggin in. I'm placing this at my web-hotel. There are two addresses to reach th page. Either the full path:
www.MyWebHotel.com/~MyName/code/start.php
or
www.MyDomain.com/code/start.php
when logging in using the full path, everything works fine, but when logging in using MyDomain it cannot read from the cookie so the variable is blank. In both cases I check that a cookie is set in the Cookies folder and in the database the varibal set is the same as in the cookie. So the only difference is that it won't read from the cookie in the second case. How can that be?