first time, it call function jobWithNotSession(), but after over 1200s (20 minute), it still call function jobWithNotSession, what’s wrong? somebody can help me?
First time, it call function jobWithNotSession and next time (time < 1200), it call function jobWithSession (working done!). But, after over 1200s (20 minute), it still call function jobWithSession, can u help me?
I ran into a similar issue, you should check the PHP.ini settings as the defaults are used unless set in Yii. I think the defaults that I saw in my Php.ini would give a 0.1% chance of garbage collection. Their is a section in php.ini that talks about it.