Saving a variable in server module

Hello,

In my client code, I can save variables like this

image

Is it possible to do this in a server module as well, because when I do it, I can set the variable, but when I try to access it, the value of it is ‘None’?

For self-study, this may be a good place to start: Sessions and Cookies

1 Like