I am using Neos 1.1.0 beta1
I am using below command to clear the cache.
FLOW_CONTEXT=Production ./flow flow:cache:flush --force
Each time when i clear the cache it will logout from backend. It is very difficult if multiple users working on Backend.
I have also tried to use below command to clear the cache but it has no effect in Frontend
./flow flow:cache:flush --force
Could you please suggest me ?