Page not rendered after reload

Hi all,

I have following problem: 1. login the private section of web page 2. everything loads well 3. reload the page 4. nothing is shown anymore (I see empty page <html><head /><body /></html> in object inspector)

Only thing which helps is to delete cookie (with session id) and login again.

The page is running in development mode and log shows no error.

Any ideas?

Thank you MF

Have a look at the Rails Guide on debugging, then you will see how to use ruby-debug to break into your code and inspect data and follow the flow. Then you can work out where it is going wrong.

Colin