[symfony-users] sorting not working

2010-02-25 Thread sajt
Hello, I made some admin with admin generator. But when I like to sort with a click on title I get a white death. If I clear the cache it is working. What can I do for work this? Thanks -- Tamas Amon -- If you want to report a vulnerability issue on symfony, please send it to security at

[symfony-users] Logout message

2010-02-23 Thread sajt
Hello, I have a web application, where every page is secure. I like to show a message when the user is automatically logged out from the site. I have this in my factory.yml: user: class: myUser param: timeout: 1800 logging: %SF_LOGGING_ENABLED%