sessions in wed sdk

Hi,

How to implement sessions on webSdk? Does kore.ai have it in the sdk(if yes then is it dependent on the page it is implemented on ) or should it be built from scratch ?

Thank you.

@meem.khan

Sessions is not implemented in Web-SDK by default.
We expect the web-sdk to be integrated into pages which are login protected (as per use case of user). Since our web-sdk is a generic solution, it is just a library of JS and static html which implements web-socket connection.

ok thank you @swagata.sengupta