Sunday, 15 July 2012

javascript - Use SimpleHTTPServer to store a cookie value -



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