I have a big problem with session handling...
if I use the standard procedure (just session_start) at the beginning of the page everything works fine, but if I redefine the session function (with session_set_save_handler) and I import in every page the file with the new functions I always lose all my registered (with session_register) variables, can anybody tell me why?
Thanks