thru myworkflow, there are forms which are populated by the end user. i have a 'start over' button which basically loops back to the initial form. however, the data is saved in a cookie. when the user advances to the forms that were filled prior, the information still resides. how can i delete the cookie for this so that the slate is wiped clean?
could i force all data to be written to a consistent/persisten cookie name so that i can remove it by 'clear cookie' component? the cookie name is dynamic and changes constantly during the session. i would prefer to have the ability to remove it when needed.
essentially, i would like to clear all data related to the current session, and restart it from the top. possible?
any advice is greatly appreciated!