Re: [Phplib-users] Session/user data and default authentication
Brought to you by:
nhruby,
richardarcher
|
From: Giancarlo P. <gia...@na...> - 2002-05-17 16:11:28
|
> > First step: Suppose there's a variable called A. While being nobody, this > variable is set to 1. After logging on its value is <undefined>. Now while > logged on this variable will be set again to 1. > Second step: Restart the browser. While being nobody, the variable A is set > to 3. After logging on its value is 1. Now while logged on this variable > will be set again to 3. > Second step: Restart the browser. While being nobody, the variable A is set > to 12. After logging on its value is 3. etc. > > How can that be? I am not using any register() methods from user-classes. Are you sure of this last statement? A good test is to use a browser like netscape, and set the preferences/advanced to 'warn me before accepting a cookie'. This wil pop-up an alert every time a cookie is set by the browser, with the cookiename and value, so you can check if a new, different session cookie is issued to you (which shouldn't) when you log on as a registered user. Giancarlo |