Get-KrSessionString
SYNOPSIS
Retrieves a string value from the session by key.
SYNTAX
Get-KrSessionString [-Key] <String> [<CommonParameters>]
DESCRIPTION
This function accesses the current HTTP context’s session and retrieves the string value associated with the specified key.
EXAMPLES
EXAMPLE 1
$value = Get-KrSessionString -Key "username"
Retrieves the string value associated with the key "username" from the session.
PARAMETERS
-Key
The key of the session item to retrieve.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.