webMathematica
>
webMathematica Paclet Symbol
webMathematica User Guide
Session Storage of Data: Session.jsp in webMathematica User Guide
Mathematica Web Functions in webMathematica User Guide
Tutorials
MSPSessionVariable
MSPSessionVariable
[
sym
]
declare the variable
sym
to be a session variable, with the initial value
Null
MSPSessionVariable
[
sym
,
value
]
set the initial value of the session variable
sym
to be
value
MORE INFORMATION
This is a scoping construct for declaring a variable to be a session variable.
The values of a session variable will be stored in a session managed by the servlet container.
Sessions are a standard feature of modern web servers/browsers and are used to store information on a server.
A session value will live from one call of the server to another.
TUTORIALS
web
Mathematica
User Guide
Session Storage of Data: Session.jsp in web
Mathematica
User Guide
Mathematica
Web Functions in web
Mathematica
User Guide