This website is created using a program called PHP-Nuke, the cookies that PHP-Nuke create do not include any information that would direct you to another page.
The fact that the website sees you are being logged in, means that your login did in fact work. The fact that you don't disappear for a while is because the website only checks who is online on a periodic basis (every x number of minutes). Once this "X" minutes is up, then you will no longer be listed as logged in.
Due to the way PHP-Nuke issues its cookies, and unless the administrator changes it, the cookies are created for the full domain including the "www" i.e. the cookie is created for "
www.ftoaustralia.com". Now this can be an issue if you type in the website address without the "www"s. In this case you will be viewing "ftoaustralia.com" but the cookie will be set for "
www.ftoaustralia.com". This will cause the system to assign you a "session ID" for "ftoaustralia.com and a cookie for "
www.ftoaustralia.com this can create some confusion for both you and the PHP-Nuke system.
Your browser or ISP may also have a copy of this site in its cache, so I suggest you do the following and see if it works:
1) Delete the cookie
2) Clear your history / cache
3) Use the full domain name "
www.ftoaustralia.com"
4) If you get an error, refresh the webpage at least once (possibly more) to force the page to be reloaded from the server rather than from cache.
Let us know how you go.