update to url token fetch
This commit is contained in:
parent
1c6c65d532
commit
c0531287c4
|
@ -39,7 +39,7 @@ GET(ZRTN,ZTOKEN,NOKILL) ; RETRIEVE A STORED ARRAY INDEXED BY ZTOKEN
|
|||
I $G(NOKILL)'=1 K ^TMP("C0E","TOKEN",ZTOKEN) ; DELETE
|
||||
Q
|
||||
;
|
||||
URLTOKEN() ; EXTRINSIC WHICH RETRIEVES THE TOKEN PASSED ON THE URL
|
||||
URLTOKEN(sessid) ; EXTRINSIC WHICH RETRIEVES THE TOKEN PASSED ON THE URL
|
||||
; IN EWD EXAMPLE: https://example.com/ewd/myApp/index.ewd&token="12345"
|
||||
N token
|
||||
S token=""
|
||||
|
|
Loading…
Reference in New Issue