Hi there.
I’ve developed a basic timer module that tracks time using JS in a popup window. However, I’ve began to run into a problem that Suites session expires when the timer has been running for an extended period of time.
My initial thoughts on approaches would be:
a. Disable sessions (which I’d prefer not to do as this would be considerable work)
b. Extend the session expiration time
c. Fire an ajax call to load something to keep the session alive
Has anyone ever looked in to sessions or have any advice before I begin pulling apart the engine?
Cheers