I have an ext js 4 app with symfony 2 backend and session configuration like this:
framework:
...
session:
default_locale: %locale%
auto_start: true
lifetime: 1800
...
When using the app the session expires whenever the lifetime elapsed after login, even if request are sent to the server by ajax. I didnt find an solution how to avoid this. Or what am I getting wrong?