Relative Content

Tag Archive for node.jsweb-applicationsfrontendejs

Persisting Object Instances between Different Pages of Web Application

For context, I am currently trying to build a really simple webapp that can send requests to my own backend. I use a Client JavaScript object, and the way that I track who is sending what request is with a ticket. The ticket is generated when I send a login request to the API. The way that I am trying to build the website, I should be able to maneuver from page to page while being able to know what my ticket is, as well as some other information that will be stored in other objects.