Copy link to clipboard
Copied
Hey all,
does javascript proxy function request (using cfajaxproxy) renew session? The short run through the idea is:
I have quite a big form which may take my customers more than 30 minutes (set session time) to complete. I'd like to set javascript proxy request to run every 15 minutes and wonder whether that would work as a session renewing function. Obviously once form is open the page is not being refreshed. also would it renew the session is component the function is hooked on does save some session variables?
thanks in advance
SD
Copy link to clipboard
Copied
What happened when you tried it?
Copy link to clipboard
Copied
@Dan I haven't tried it in this senario yet. Thought maybe someone did and can confirm whether it works or not. I had similar situation with check on who's online app. Most of the time it worked, but sometimes it used to log me out somewhat. So no assurance from my side.