Hi,
I Have a quote form which holds product data in text area. The application allows the user to add multiple products to this text field, however when the user navigates from the page the data is deleted from the form. Is it possible to set a session when
the user leaves the page which can then be retrieved when they return to the page?
I have tried using a page unload event to set the session but was unsuccessful
Go to the complete details ...