update to url token fetch

This commit is contained in:
george 2011-01-06 20:06:15 +00:00
parent 1c6c65d532
commit c0531287c4
1 changed files with 1 additions and 1 deletions

View File

@ -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=""