Is keepAlive necessary for non-active sessions only?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arteny1
    Junior Member
    • Jul 2014
    • 17

    #1

    Is keepAlive necessary for non-active sessions only?

    Do I need call keepAlive if I do other calls to API, keeping my session active.
    In other words, is other call do also keepAlive work (continuing the session)?
    Is session timeout from login/keepAlive call or from login/keepAlive/any other API call?
  • merecat_
    Junior Member
    • May 2009
    • 35

    #2
    Should be easy to test that...

    Comment

    • betdynamics
      Junior Member
      • Sep 2010
      • 534

      #3
      The documentation says:

      Session times aren't determined or extended based on API activity.
      which suggests that making other API calls does NOT remove the need to call keepAlive.

      Comment

      • arteny1
        Junior Member
        • Jul 2014
        • 17

        #4
        Originally posted by betdynamics View Post
        The documentation says:



        which suggests that making other API calls does NOT remove the need to call keepAlive.
        Didn't see that. Thanks.

        Comment

        Working...
        X