Hola buen dia, estoy teniendo problemas con el error "fioErrCode.SESSION_IN_PROGRESS" mi aplicacion usa face.io para hacer registro de entradas y salidas de trabajadores por lo cual cada vez que se llama el metodo "authenticate()" se genera una session y al final se llama al metodo "faceio.restartSession()" incluso en cada llamada a "authenticate()" antes de ese proceso se llama al metodo "faceio.restartSession()" pero el error persiste, no se si me puedan orientar con mas informacion al respecto.
When to call the restartSession method?
Asked
Modified
Viewed
15432 times
✓ Accepted Solution
Hello,
Thanks for reaching, and welcome to the FACEIO support center. To answer your question:
- restartSession()(documented here) should be called only after you call the authentication() or enroll() method and inside your failed or resolved (succeeded) promise if your calls fails or succeed.
- Refer to the following example for additional information: https://gist.github.com/symisc/34203d2811a39f2a871373abc6dd1ce9#file-faceio_integration_boilerplate-html-L83.
Let us know if you need further assistance,
With Regards;