M Mr. SweatyFinger Feb 5, 2007 #1 If I do a request.coookies("somecookie").value is that cookie removed from the client machine?
N Nathan Sokalski Feb 5, 2007 #2 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).
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).