Re[2]: [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 12:30:29
|
> Because of 'files' in Your $sess->module. Should be 'user' for the > custom storage, like db. aaaaaaaaaaaaaaaaaaaaaaarghhhhhh, well, of course, I am so stupid... Totally forgot this point. I saw it in the code and I used it this way with 'user' in my old application. But since I took Joe's code as is I certainly didn't change the module=files setting. Now I understand why everything worked just fine with standard php4 sessions and your style... THANKS, Maxim. Now my app works fully with "register_globals=off", php3-, php4- and php4-custom sessions!!!!!!!!!!! I only have to revise most of my scripts concerning all these GET-variables which I still use on my page. Since I don't use default auth I don't seem to have problems anymore. Session work, auth works, user4 works, the only quirck is that oohforms doesn't work without complete restore of all POST parameters. Bye, Marko |