Store an IBM Domino Cookie sent from a Node.js Server in Browser Local Storage

InstructorMark Barton

Share this video with your friends

Send Tweet

This lesson is all about how to access restricted Domino data after you have successfully logged in.

We will demonstrate how we check for a Domino authentication / authorisation error as part our call to get Domino data from our Node.js route.

It will also show how we store the Domino Session ID in the browser local storage so we can resend it with every request we make to Domino via our Node Server.