Hi ,
In freshdesk application i need to maintain the user login session for 1 day. wt is the best way to maintain that ?
i’m not able to use local storage for storing some user data because of security reasons in freshdesk app.
not able to use session storage
can i use client.data.set() and client.data.get() . how many request’ per minute it handle ?