Logout
Simple Cookie Auth Demo
This page uses a simple cookie authorization. There is no form submit, it will appear to work like ajax, meaning that when the submit button is pressed, the cookie will be set on this page and the decorators will be applied in place
Authorized content
The contents of this div will only show up if you are currently logged in
Unauthorized content
The contents of this div are only available if you are not logged in. It will be hidden when you are authorized