hello i would like to ask if why my session always close when i close my browser?
what should i do for me to retain the session not unless the user logouts.
here the procedure i do to make the session
session_register('UID');
session_register('usernameSESSION');
$HTTP_SESSION_VARS['conType'] = $conType;
$HTTP_SESSION_VARS['UID'] = $UID;
thats it.. anything i can do?