How to setup cookies in Python CGI Programming?
Answers
Answered by
0
It is very easy to send cookies to Browser.These cookies are sent along with http Haider before to contact type field.Assuming you want to set user id and password As cookies. For this example you must have understood how to set cookies.We use set cookies http header to set cookies it is optional to set cookies attributes like expires, dominan and path. It is not able that cookies are set before sending magic line content type- text /HTML\R\N\R\N.
plz mark as brainliest
Similar questions