I have a meteor app with backbone routing. When running locally, I can browse to different pages and the currentUser stays logged in. When I run it on heroku (I also tried appfog with the same results) once I browse to a different page, it loses the currentUser session.
I'm running meteor version 0.6.4.1
I used this buildpack for heroku: https://github.com/v8squirrel/heroku-buildpack-meteor
And demeteorizer for app fog: https://github.com/onmodulus/demeteorizer
Any ideas as to why this is happening?