#Cookie

1 articles

07 How to Understanding Cookie in Golang

07 How to Understanding Cookie in Golang

Introduction to Cookies Before discussing Cookies, we need to know that HTTP is stateless between client and server, which means the server does not store any data to remember every request from the client.