Added new modules to handle routing if the user is logged in or not. Closes #2
Got it working fairly well, just trying to get all of my assumption / opinions baked in. Still need to come up with a decent way to generate session hashes to help avoid session collision . Incidentally Retwis seems to be susceptible to this.
Not every page / page view will need to connect to Redis, set it up so the connect isn't made until a call is made, lazy connect if you will.