Re: [Phplib-users] Re: [Phplib-core] Re: cvs snapshot on sf.net
Brought to you by:
nhruby,
richardarcher
From: Marko K. <M.K...@os...> - 2002-09-26 08:50:07
|
Hi Joe and Maxim, I got Joe's code from the snapshot up and running with 'register_globals=off' eventually. I struggled a lot to get my app back to live, but to the cost of not allowing anymore appended SIDs to my urls with 'session_trans_id=0'. It doesn't hurt much, since it looks like it makes sense to use cookies instead. But, what is strange is that the session4_custom still doesn't seem to work properly, as it is coded now. Though I use a Session_Custom with $sess->module set to 'files' there are no entries created in the mysql db, instead I see the usual php4 /tmp/sess* file appearing... Any idea why this is so? Greetings, Marko |