File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Method writes application HTML.</Description>
100
100
<ClassMethod >1</ClassMethod >
101
101
<ReturnType >%Status</ReturnType >
102
102
<Implementation ><![CDATA[
103
- set cookie = %session.CSPSessionCookie
103
+ set cookie = $System.Encryption.Base64Encode( %session.Key)
104
104
// Put the name of authorized user in a global to authorize WebSocket WebTerminal connection
105
105
set ^WebTerminal("AuthUser", cookie) = $LB(
106
106
$LISTGET(%session.SecurityContext, 1), // username
Original file line number Diff line number Diff line change 3
3
"title" : " Cache WEB Terminal" ,
4
4
"description" : " Web-based terminal emulator for Caché administering." ,
5
5
"author" : " ZitRo" ,
6
- "version" : " 3.2.0 " ,
6
+ "version" : " 3.2.1 " ,
7
7
"releaseNumber" : 19 ,
8
8
"repository" : {
9
9
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments