SessionVar.value

Accesses the current value of the session variable.

Any access will automatically start a new session and set the initializer value, if necessary.

  1. const(T) value [@property getter]
  2. T value [@property setter]
    struct SessionVar(T, string name)
    @safe @property
    void
    value

Meta