Re: [Phplib-users] store the IP in the session
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-12-05 17:42:02
|
> Secondly, if this is going into the current snapshot auth, Joe and I have > some very real problems with the unstructured approach. These need to be > addressed before further work is done. I will post the one I modified to > the patches area today. Yes, I had the doubt yesterday that there was some expectation on that auth. But that has absolutely nothing to do with this sessio problem. Last night I sent jos the last auth.inc, wich now can handle thre different situation. It can be callaed without a $request value, the default, as before, and it will first try to act on return by a check_request() function, or a passed funcion name. Otherwise will fall cascade. I think you can place the (try) register before login, to prevent loggin in when someone submit for register an existing username/pass/ pair. BTW, back to session I put back php 4.2.1, tried both the new Maxim's and the old session4 by Joe, and both do not workk with php 4.0.6 https://sourceforge.net/tracker/download.php?group_id=31885&atid=403613&file_id=36932&aid=561500 |