M
Mohammed Siraj
Guest
Yes Iram, this Ajax API call limit applies to a user session and will reset automatically on logout & re-login. Also the same semantics apply for portal pages as well. However, there is NO way to determine the current number of Ajax API calls made, we do not expose the counter publicly via any API or client-side SDK. As a wrapper implementation, you can consider maintaining counter at your end, incrementing each time you make an Ajax API invocation. You may want to write this to HTML5 Session Storage to keep track of this counter across page navigations in a user session.
Continue reading...
Continue reading...