has anyone every had problems with their sessions when testing on their local machine,,i dont seem to be able to delete my sessions, does the session_destroy() function actually delete a session from your session folder? i have a reoccuring session id that wont go away, even when i close my browser and start up a new one.
please help!!!!
look in php.ini for a line : session.gc_maxlifetime an also check that your path is correct session.save_path
cheers,,, i'll have a look at that,,
i am using the global variable $_SESSION,,session_register(),,i read somewhere that u cant use them together could that be the problem...
thanks