filmov
tv
JavaScript Cookies 01

Показать описание
JavaScript Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing.The browser then sends them back to the server with every request, introducing states (memory of previous events) into otherwise stateless HTTP transactions. WIKI