Hi,
>
>
> Here are my algorithm of login script:
>
> if (the entered login name and password exist in membership DB)
> {
>     put the login name and its member ID in udat (for further use)
>     redirect to the member's own homepage
> }
>

The only thing I can imagine at the moment is, that two user get's the same
session ID. Apache::Session should generate unique ids, but maybe it
doesn't. To track this down further, please check %udat if a username is
already in there, before you put the new one in. Does this case happen?

Another question: which locker class do you use? Maybe it's a problem with
locking, and it happen that two user that comes in at the same time get the
same session id, because something wents wrong with locking...

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