File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -670,6 +670,8 @@ $('[id^=noFoldersSwitch]').click(toggleNoFolders);
670
670
</html>
671
671
<script method='OnPreHTTP' language='cache' runat='server' returntype='%Boolean'>
672
672
try {
673
+ set %session.UseSessionCookie = 1 // Always set back to autodetect
674
+ set %session.CookiePath = "" // Always clear
673
675
if (%request.UserAgent [ " Code/") {
674
676
// Workaround for VSCode webview
675
677
set %session.SessionScope = 0 // none; allowed because...
Original file line number Diff line number Diff line change 11
11
set %namespace = namespace
12
12
13
13
try {
14
+ set %session.UseSessionCookie = 1 // Always set back to autodetect
15
+ set %session.CookiePath = "" // Always clear
14
16
if (%request.UserAgent [ " Code/") {
15
17
// Workaround for VSCode webview
16
18
set %session.SessionScope = 0 // none; allowed because...
You can’t perform that action at this time.
0 commit comments