Saving state on server

Hi,
is it possible to save the state on server?.
For eg, if I am using module and have 2 functions in it.
The first function adds a value to a variable

and now the second function wants to retrieve the updated value

Thank you for your help in advance!

Best,
Anish

Hello, give a try to Modules, which should help you here ( With modules | Concrete). Modules let you define how functions will be combined on the server side, and compile functions such that it works, crypto side.

You also have some tutorials using modules:

Cheers