Skip to main content
Known Participant
July 28, 2011
Question

cfajaxproxy and session question

  • July 28, 2011
  • 1 reply
  • 557 views

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

    This topic has been closed for replies.

    1 reply

    Inspiring
    July 28, 2011

    What happened when you tried it?

    Simon.DauAuthor
    Known Participant
    July 28, 2011

    @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.