We should let the user choose whether to store data in localStore or sessionStorage when booking an appointment. localStorage should e.g. not be chosen when using the system on a public computer as it does not allow specifying an expiration data and will potentially retain all data for a long time.