session variable
# 🤝help
n
I can't create a session variable can anyone help me out
c
Same here, this is broken or the docs are wrong.
c
bump! can't seem to use this either .
c
Bump, I am not able to set a session variable either. The docs make it sound straight forward but it doesn't allow me? I tried using both
event.state.session.testVar = "testValue"
and
session.testVar = "testValue
Anyone able to point in the right direction?
c
try it with single '' like
'Hello World'