I will try to visualize - to understand it better...
This is a public gov site - any user can use... (there are services not offering API - so need to login and make some selections and get some pdf or set appointments and etc):
I ve managed with webview and using dom elements to automate some things - without the user need to make - many selections and etc... minimzed the time of using...
My question is not if i will use jserver ... i know i will use it.. is has to do... how i will have many webviews open the same time without mixxing the "cookies" of different user sessions... is it possible... or need something different to achieve that ?
All these (not just 6, but potentially hundreds) will be WebViews opened concurrently, and they will not be managed by a single jServer handle. Instead, the work will be distributed in jServer by opening sessions and closing them when the user signs out from my web service.
This app/server will be a middleware to automate some things for end user.