Session scope behaviour different than expected.
# 🤝help
l
Variables in the session scope does not get retained across conversations although being the intended behaviour. I'm relying on the session scoped variable to decide to show the privacy statement clause or not. This doesn't work since the variable I'm using is undefined every time I check it even if it was set previously. as such
session.privacy=true