When accessing Notflix services
They are behind a firewall that only allows access from known IP addresses - so when you try to access a service and get the page shown, you are redirected to
where you can login with your username and password and the system should whitelist wherever youre logging in from
|

- to make it easier for users, when you login your username is stored on the computer using a long lived cookie
- I encrypt the cookie name and data so it cannot be stolen
- ensure to logout to cllear cookies
|