Click or drag to resize

DefaultPdfLiteSessionProviderRemoveSession Method

Removes an existing PdfLiteSession in the provider.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax
public void RemoveSession(
	string key
)

Parameters

key
Type: SystemString
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.
Exceptions
ExceptionCondition
InvalidOperationExceptionPdfHttpHandlerWithoutSession or PdfHttpHandlerWithReadOnlySession is the designated handler. This implementation replies on IRequiresSessionState.
Remarks

The default implementation will fail if PdfHttpHandlerWithoutSession or PdfHttpHandlerWithReadOnlySession is the designated handler.

See Also