Re: [phplib] active users From: Arne (abolsen <email protected>)
Date: 07/08/00

> Database error: Invalid SQL: insert into active_sessions ( sid, name, val,
> changed ) values
> ('<my sid value>', '<name value', '<val value>', '<changed date>')
> MySQL Error: 1062 (Duplicate entry '<entry value>' for key 1)
> Session halted.

I suspect this is an phpslash issue (?) but anyway :

I also had the same problem....
The problem is that the index (key 1) for the active_sessions table is unique.... It does not have to be unique....
So I changed it. And after that the problem is gone :)

Best regards
Arne

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>