Hi everyone.
i was trying to make session variables available untill the browser is closed, but they expire after a period of time.
i added these lines at the beggining of the main script.
session_cache_expire(0);
session_set_cookie_params (0);
session_start();
is that ok?
thanks.