Hi Eddie,
>
>     In the previous mail (Get Wrong Session?) I have mentioned a problem
> that few users of my web community login with their user name and
> password,  they will go to other user's account. I have added a print
> LOG to the main page of each user's account. After few days monitor and
> get the reports from member, the problem still exist and I checked there
> is no duplication of session_ID for one member. So is there other
> possibilities?
>

Could you see from the log, is there a change of the session_id inside a
session i.e. the same person suddenly get another session id ? Either
Embperl changes the session id during a request or the browser comes back,
with another/no session cookie for the next request. The last thing could be
happen if the COOKIE_PATH or COOKIE_DOMAIN isn't set correctly.

The other possible issue is that the username/userdata isn't retrived from
%udat, but from some global variable inside of a module you use.

If the session_id is always correct, then %udat should always hold the
correct data, otherwise it's a bug in Embperl (but I don't think that is the
reason, but who knows...)

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to