session.cookie has to do with session_id()?
this should be ok for a session of one hour?
php_value session.gc_maxlifetime 3600
php_value session.cookie_lifetime 0
is it one hour total, or idle time?
one more thing, i'm kinda confused...
$HTTP_SESSION_VARS ["name"] is something different from $_SESSION['name'] ?