javascript - Use SimpleHTTPServer to store a cookie value -
i using simplehttpserver host bunch of html files using
python -m simplehttpserver the html files contain javascript uses cookie identify visitor. javascript sets cookie if 1 not nowadays , reads otherwise. want store value of cookie on server (perhaps, on text file) on each visit. how can this?
javascript python html
No comments:
Post a Comment