Set-KrSessionString

SYNOPSIS

Sets a string value in the session by key.

SYNTAX

__AllParameterSets

Set-KrSessionString [-Key] <string> [-Value] <string> [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

This function accesses the current HTTP context’s session and sets the string value associated with the specified key.

EXAMPLES

EXAMPLE 1

Set-KrSessionString -Key “userName” -Value “JohnDoe” Sets the string value associated with the key “userName” in the session to “JohnDoe”.

PARAMETERS

-Key

The key of the session item to set.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Value

The string value to set in the session.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 1
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

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

INPUTS

OUTPUTS

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

{{ Fill in the Description }}

NOTES

{{ Fill in the related links here }}