[symfony-users] Cache problem? I don't know

2010-06-02 Thread wueb
I'm having a problem with symfony on my server. Almost every action i do that goes to database i need make a F5 to the page to the modifications appear. For example, when i update a record from a table, when he goes to the show page he still have the old values, but if i make F5 the new values

Re: [symfony-users] Cache problem? I don't know

2010-06-02 Thread Eno
On Wed, 2 Jun 2010, wueb wrote: I'm having a problem with symfony on my server. Almost every action i do that goes to database i need make a F5 to the page to the modifications appear. What is F5 ? -- -- If you want to report a vulnerability issue on symfony, please send it to

Re: [symfony-users] Cache problem? I don't know

2010-06-02 Thread Donald Tyler
He means he has to refresh the page, which means it's a caching issue. I'm not that familiar with caching, but it sounds like it's probably the client side caching that's the issue, because if it was the symfony caching system, refreshing on the client side wouldn't fix it. On Wednesday, June 2,

Re: [symfony-users] Cache problem? I don't know

2010-06-02 Thread Eno
On Wed, 2 Jun 2010, wueb wrote: For example, when i update a record from a table, when he goes to the show page he still have the old values, but if i make F5 the new values will appear. Same with logout for example. When i make logout i need press the logout butto and then make F5 to the