views:

50

answers:

1

When I do a double-click on any image in the site (Zend Framework), I'm losing the session. Looks like ZF renames the session on the first click, and the second click reaches an old name of the session.

But maybe you have some other ideas? The symptom is that every mouse double click on an images - kills session. Thanks in advance.

A: 

There was a problem with "session race conditions".

Vincenzo