Is it possible to change the value of a cookie?
for example, say i create a cookie named 'user' with the value 'john', but then later in the program, i wanted to change the cookie value of user from 'john' to 'johhny', how would I do this?
Id appreciate any help.
Thanks.