Skip to content

Commit

Permalink
clear previous session when connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaydon committed Jul 13, 2020
1 parent 7cda00d commit a4eb0f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Qlik-Cli.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function Connect-Qlik {
$script:api_params = $null
$script:prefix = $null
$script:webSession = $null
$script:webSessionContainer = $null

If ($TrustAllCerts -and $PSVersionTable.PSVersion.Major -lt 6) {
if (-not ([System.Management.Automation.PSTypeName]'TrustAllCertsPolicy').Type) {
Expand Down
1 change: 0 additions & 1 deletion functions/core.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $script:isDate = "^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$"
$script:webSessionContainer = $null
if ($qlik_output_raw) { $rawOutput = $true }


function CallRestUri {
param
(
Expand Down

0 comments on commit a4eb0f8

Please sign in to comment.