botserver/docs/src/chapter-01/sessions.md

252 B

Understanding Sessions

A session groups all messages exchanged between a user and the bot. Sessions are stored in the database and can be resumed later. The SET_USER and SET_CONTEXT keywords let you manipulate session data programmatically.