I can set cookies ok using the setcookie() function and I can generate a session id with session_start(), but when i try to register a session variable its no go.Also the session does not seem to be using cookies on the client browser. The server is linux redhat 6.2, apache server. The browser is msie 6.0. on win 2000. phpinfo() tells me that session.use_cookies is on, session.save_path is /tmp, register_globals is on, session.use_trans_sid is set to 1, session.cookie_path is /, session.cookie_domain is set to "no value".
I'm running php 4.0.5.