Y/N Cookies

  • Thread starter Thread starter Mr. SweatyFinger
  • Start date Start date
M

Mr. SweatyFinger

If I do a request.coookies("somecookie").value

is that cookie removed from the client machine?
 
No, that returns the value stored in the cookie if a cookie with that key
exists on the client's machine (and the client has cookies enabled).
 
Back
Top