Refresh session (server side sessions)

How can I refresh sessions (server side sessions ). ?
I have created login page and loging process working with API . so I have to refresh the sessions .

(windows 10 - ASP.NET - IIS )

Would this do what you want:

image

1 Like

but I dont want to refresh the page

I can use dmxscheduler but I’m using server side sessions.

If you’re using standard sessions, I would have thought you would have to reload the page for them to refresh. That’s what I’ve done when using PHP sessions anyway (when using a non-Wappler method). Perhaps there’s a better solution.

This is old-school, and maybe not the best way but back in the day we would use a small i-frame and load a page in there that would do an auto refresh x number of hours to keep that session refreshed.