Zend Auth oturumu kilitli

0 Cevap php

ben neredeyse nasıl Zend oturumu işleme ile sinirli.

Burada benim davam. ben her zaman kullanıcı kimlik Zend_Auth kullanmak check auth eklenti yazmak. ve ne zaman zend auth adlı çağırmak hasIdentity fonksiyonu, otomatik olarak oturumu başlayacak.

and the problem come when i have a long process that i need to execute. the session will lock the request until request completed. i try to release the lock by invoke Zend_Session::writeClose(false), so another request can be executed. but no way for me to start the session again.

i stoped oturuma devam çalışın eğer kötü bir uygulama mı?

istek yürütme sona kadar tek seans başından itibaren sadece var mı?

teşekkürler.

ps: Ben burada küçük bir hack yapabilirsiniz. auth eklenti sonunda ben yerli bir php fonksiyonu (session_write_close) yazmak ve herhangi bir denetleyici tekrar oturumu kullanmanız gerekiyorsa, i (session_start) ile tekrar başlatın.

0 Cevap