Set end session timer in seconds
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
13 | Active |
12 | Inactive |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Active |
7 | Active |
6 | Rejected |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Rejected |
Hi, I am sorry I did not understand how to resolve this. In the version 9 review, you mentioned line number 41 `extension.js`. That is in a regular function, so `this` refers to the override method. can you please help me how to resolve this? Thank You
In version 9 Line numbers 41 and 54 in `extension.js` are not enough to clear the timeout. Please help. Thank You
Create a global variable: ```js let timeoutId; ``` and replace all `this._timerId`s with `timeoutId`. Also remove line 56 `extension.js`.
Thank You so much, I am pitying myself, how did I miss that? Done sir, submitting now.