Soldato
i want to make it so after someone gets a quote with us, some of the basic information is stored as a cookie so that the user can come back later and view the list of quotes they got.
all i need is roughly the below information stored.
Quote Id
name
date wanted
total price
security token.
having never really worked with cookies before, what would be the best way to store this?
the user may get 3/4 quotes, and i want it so that when they return, i can show a list of the quotes they received last time showing the above information.
all i need is roughly the below information stored.
Quote Id
name
date wanted
total price
security token.
having never really worked with cookies before, what would be the best way to store this?
the user may get 3/4 quotes, and i want it so that when they return, i can show a list of the quotes they received last time showing the above information.