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>
100100<ClassMethod >1</ClassMethod >
101101<ReturnType >%Status</ReturnType >
102102<Implementation ><![CDATA[
103- set cookie = %session.CSPSessionCookie
103+ set cookie = $System.Encryption.Base64Encode( %session.Key)
104104 // Put the name of authorized user in a global to authorize WebSocket WebTerminal connection
105105 set ^WebTerminal("AuthUser", cookie) = $LB(
106106 $LISTGET(%session.SecurityContext, 1), // username
Original file line number Diff line number Diff line change 33 "title" : " Cache WEB Terminal" ,
44 "description" : " Web-based terminal emulator for Caché administering." ,
55 "author" : " ZitRo" ,
6- "version" : " 3.2.0 " ,
6+ "version" : " 3.2.1 " ,
77 "releaseNumber" : 19 ,
88 "repository" : {
99 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments