17
Don't know if this is relevant, but I recently moved a site to Win XP/IIS for development. I had entered 'localhost' as the XOOPS URL in mainfile.php:
define('XOOPS_URL', 'http://localhost/mysite');
I found that although the site worked I could not stay logged in. Also, the session ID appeared in the address bar following the URL.
When I changed the XOOPS URL to an actual IP address:
define('XOOPS_URL', 'http://192.168.x.xxx/mysite');
everything worked.
A thread is for life. Not just for Christmas.