tontof
tontof
I guess you find the problem and the solution : ``` there is some lock somewhere -- which can happen, for instance, if the two requests come from the same...
I will try to think about session_write_close(); because I don't use session that much. developer guide... definitely ! 24 hours a day is too short :-( I will do it...
Actually as I did not think about that at the beginning, I need to modify things when updating a new feed because I modify the session at the end of...
Well I don't know, but I can perform a lot of simultaneous AJAX queries with no problem when updating. It takes more time, but it works on my browser with...
Thanks for the feedback. I hope I will be able to remove this constrain to unlock session during update.
Hi, this warning has been removed with this commit: https://github.com/tontof/kriss_feed/commit/00b711125c60749b7296d1412207858ec9355526 You have to use the index.php file in src as I did not release yet on main index.php https://github.com/tontof/kriss_feed/blob/master/src/index.php
Il me semble que Firefox a renforcé sa gestion des cookies, est-ce que ça peut venir de ça ? Je suis encore à la version 115.7.0esr de Firefox et je...
En commentant, ça permettrait effectivement de confirmer ou pas si c'est lié à ça, mais effectivement un changement d'IPV4/6 déconnecte la session. En utilisant l'info du user-agent à la place...
Après réflexion, ça ne peut pas venir de _allIp parce que l'option "désactiver la protection contre le vol de cookie de session" permet de ne pas tester avec _allIp et...
Just in case, this seems to work if you want to remove circle. I've simply modified the deleteShape function: ```js var deleteShape = function (e) { if ((e.originalEvent.ctrlKey || e.originalEvent.metaKey)...