What's In A Session When A New Session Is Triggered?

I’m reading the docs on Session configuration.

According to the docs, the only configurable options are a session’s expiration time and whether slots are carried over to a new session.

Does this mean the bot’s tracker will still contain interactions from the previous session? If yes, then at what point is the tracker reset?

Hi!

The tracker is reset in both the Restarted and SessionStarted events. It should not contain interactions from the previous sessions.

The docs do not list this as a configurable option as it is not configurable. If you feel the docs are incomplete or unclear on this topic, it’d be great if you could make an issue on github!