>> >> >> Could we also leverage the browser local store as an option? >> > >> > >> > How would the server access the session then? >> encrypting its content with a once from server and sending back >> encrypted data in a header? > > > But the session has to go back to the server on every request anyway, so why > bother storing in local storage at all?
You are right. Only required data could be sent back, but would become too complex to manage for the programmer. > > Anthony >