I would like to include some results from client side JavaScript (csjs) into my server side JavaScript (ssjs) in XPages.
e.g. on csjs i collect the screenwidth of a device via window.screen.availWidth
I would like to use the result further in my ssjs. How can I do this?