> I use My SQL Semaphore, same setting introduced in the documentation of
session
> handling. And what should I do to prevent this happen?
>

That was only a possibility, I don't know if this is the reason. First of
all you should see if there is already a name in %udat, when you at your
login page and you don't expect one. Also you may check if you get errors
about inserting a duplicate id (id field should be your primary key) in your
error log. Additionaly you can log the session id and the name somewhere
(e.g. print LOG "[$$] $udat{_session_id}  $udat{name}\n" ; ) to see if
different users get the same session id, or if the session id changes for
the same user. Then we could try to work out what goes wrong.

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 925131
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