Well I have this set up and working - functions a little like global.asa, but more crap.
What I find id that the functions are working - but I still can't get my sessions to timeout - and hence stop() is not being called. The only way this happens is if I call destroy.
See this is weird because PHP is still creating new sessions when I log in, but not deleting the old ones' files.
I have set ini_set("session.cache_expire",0);
The joke continues - hey, is PHP developed by Netscape?
What I find id that the functions are working - but I still can't get my sessions to timeout - and hence stop() is not being called. The only way this happens is if I call destroy.
See this is weird because PHP is still creating new sessions when I log in, but not deleting the old ones' files.
I have set ini_set("session.cache_expire",0);
The joke continues - hey, is PHP developed by Netscape?