if i created a form that accepts user info from a previous page, and i pass that info via cookies because there is no user input on the prev page (hence no param method), how do i get rid of and/or override the previous cookie info?
i'm new to programming with cookies and i'm not sure how to go about it.