What is the best way to keep the same session when you open the same java webapp
in another tab in the browser with passing parameters like username/password in most secured way.
The purpose behind is to navigate the webapp
to next navigation page after doing some request to some service.
I am doing it at the client side.
This is a thought coming to my mind right now:
- To add the parameters in the URL (not secure)
- .....