Clear-KrSession

SYNOPSIS

Clears all items from the session.

SYNTAX

Clear-KrSession [<CommonParameters>]

DESCRIPTION

This function accesses the current HTTP context’s session and clears all items stored in it.

EXAMPLES

EXAMPLE 1

Clear-KrSession
Clears all items from the current session.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

None. This function performs a state-changing operation on the session.

NOTES