The CMS i work on it use cookies... When i use it local (on my PC) it works good, but when i upload it to web server not works (don't create cookies). *The server works with cookies, i know because i've installed Wordpres, forum... Any ideas?
Double check and see if register_globals is on and if they are blocking session creation in a specific folder tmp location etc.
I use: if (isset($_COOKIE["test"])) and now i change it to: if (isset($HTTP_COOKIE_VARS["test"])) i thing it will works
That shows that your server is very out of date and has security issues, you should look at getting php5 hosting or a better web host.
PHP 5.2.X is the latest but PHP 6 will be upon us soon. alot of security issues are secured by default on this from what i know. $_COOKIE and $_SESSION and all that should work on php 4 if the ini is configerd better but it seems they are turned off... which isnt that clever... (honestly trying not to make this sound like a plug) If you want PM what you currently get with your package and price (please include link) and i will see about beating it Dan