Make user id available on server-side components
Right now anything that we want to render for specific user segments must be built on the client side, since we have no way to identify users on the server side. We want to access to a session cookie ID (or similar) for each user within the contex...