kytschBASIC

Put down that phone!
Please view me on real computer.

READCOOKIE

Read from a browser cookie.

Note: cookies are created and updated on a page load is complete.

Example

DIM test$=[]

LET test$["data"]="test"

CREATECOOKIE("kb_test", test$)

DEF cookie$=READCOOKIE("kb_test", "data")

PRINT cookie$

Output

See also