< Back
Remove-PodeCookie
Post
NAME Remove-PodeCookie
SYNOPSIS
Removes a cookie from the Response.
SYNTAX
Remove-PodeCookie [-Name] <String> [<CommonParameters>]
DESCRIPTION
Removes a cookie from the Response, this is done by immediately expiring the cookie and flagging it for discard.
PARAMETERS
-Name <String>
The name of the cookie to be removed.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-PodeCookie -Name 'Views'
RELATED LINKS
SYNOPSIS
Removes a cookie from the Response.
SYNTAX
Remove-PodeCookie [-Name] <String> [<CommonParameters>]
DESCRIPTION
Removes a cookie from the Response, this is done by immediately expiring the cookie and flagging it for discard.
PARAMETERS
-Name <String>
The name of the cookie to be removed.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-PodeCookie -Name 'Views'
RELATED LINKS