Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Caching keeps me logged in?

edited March 2010 in Vanilla 2.0 - 2.8
My organisation is behind a set of proxies that cache all the sites going through it.
I'll log into vanilla (hosted on my own external server) and still not see logged in content until i refresh the page.
Even worse - I'll logout and even open a different browser and see the page as though I was logged in!! FireBug shows 304's for all content even though it should actually go fetch something new.

Help!! - does anyone know how to force refresh with each request?

Comments

  • Options
    edited March 2010
    Turns out it's not the network but file permissions! I had uploaded php files with 755 permissions. Changed them all to 644 with no .htaccess file and it works fine!

    Very strange but now logging out will actually log you out!
Sign In or Register to comment.