开发者

double click kills session in Zend Framework

开发者 https://www.devze.com 2022-12-15 01:04 出处:网络
When I do a double-click on any开发者_如何学C 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 nam

When I do a double-click on any开发者_如何学C 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.


There was a problem with "session race conditions".

0

精彩评论

暂无评论...
验证码 换一张
取 消