Forum OpenACS Development: Bug duplicate key in sec_session_properties

Hi!

What about this bug?

https://openacs.org/bugtracker/openacs/bug?bug_number=2411

If anybody give me a solution I can test in my servers.

I am getting in the log (every ten minutes, more or less):

ERROR: duplicate key violates unique constraint "sec_session_prop_pk"

SQL:
Iinsert into sec_session_properties
I (session_id, module, property_name, secure_p, last_hit)
Iselect '1583351817', 'dotlrn', 'page_num', 'f', '1191484272'
from dual
where not exists (select 1
from sec_session_properties
where session_id = '1583351817' and
module = 'dotlrn' and
property_name = 'page_num')

Reagards,
Agustin