[This is preliminary documentation and is subject to change.]
Ensures that session is injected if session filter is present in processing chain.
If session is already available (Session!=null) then does nothing, otherwise
fills Session poroperty with either NEW session (if onlyExisting=false(default)) if user supplied no session token,
OR gets session from session store as defined by the first SessionFilter in the chain
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- onlyExisting (Optional)
- Type:
System Boolean
Return Value
Type: WaveSessionSee Also