File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
- Fixed JS errors in Studio on certain operations (#416 )
12
+ - Fixed error popups in interop editors in Studio on 2024.1 (#417 )
12
13
13
14
## [ 2.4.0] - 2024-07-08
14
15
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