Hi, i have problem with session in Opera browser (in FF it's ok, so it's very strange).
Stacktrace: IntegrityError: (IntegrityError) (1062, "Duplicate entry '0ea347cbdb536f45019eb0ee777ebf00' for key 2") u'INSERT INTO sessions (namespace, accessed, created, data) VALUES (%s, %s, %s, %s)' ['0ea347cbdb536f45019eb0ee777ebf00', datetime.datetime(2010, 1, 11, 14, 53, 20, 754846), datetime.datetime(2010, 1, 11, 14, 53, 20, 754850), "(dp1\nS'session'\np2\n (dp3\nS'_accessed_time'\np4\nF1263218000.742126\nsS'order'\np5\n (dp6\nS'done'\np7\nI-1\nssS'_creation_time'\np8\nF1263218000.742126\nss."] My config: beaker.session.key = cmf beaker.session.secret = somesecret beaker.session.type = ext:database beaker.session.timeout = 3600 beaker.session.auto = True beaker.session.url = mysql://pako_tracepoint:passw...@localhost/pako_cms beaker.session.table_name = sessions Any sugestion how to resolve this problem?
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
