I have discovered something that annoys me and I am looking for a possible solution.
On a file called index.php a file called header.php is included. Header.php shows a login bar if a usersession doesn't exsist, and a member bar if a session DOES exsist.
Now, the system works fine so long as I don't put a URL in the include box. If I tell it to include http://www.whatever.com/header.php it won't work. I have to make it include header.php.
I assume that because you are supposidly changing server, it deletes the session? I am right? If so, how can I get around this?
Cheers
Alex