Hi all,
When data is changed from the DB the JSP shows it to the user. The
problem is that the JSP doesn't reload with the new data until I close
session and start it again.
My flow is like this:
USer sign in (start session) -> goes to XXX.jsp and fetchs data from
the DB -> data is changed from the DB -> XXX.jsp does not show the new
data until I stop session and start it again.
How can I make the JSP show me the new data?
Thank you very much in advance!
