SessionFilter StowSession Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Override to put session object back into whatever storage medium is provided (i.e. DB) and respond with appropriate session identifying token(i.e. a cookie)

Namespace: NFX.Wave.Filters
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual void StowSession(
	WorkContext work
)
See Also