Struct SessionVar

Maps a web interface member variable to a session field.

Setting a SessionVar variable will implicitly start a session, if none has been started, yet. The content of the variable will be stored in the session store and is automatically serialized and deserialized.

Note that variables of type SessionVar must always be normal members of a class that was registered using registerWebInterface.

Constructors

Name Description
this

Fields

Name Type Description
m_initValue T

Methods

Name Description
opAssign
value
value

Authors

Sönke Ludwig

Copyright

© 2013-2014 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.