I have developed a Servlet page which contains some text fields and buttons. The Servlet on submission would call a DFC funtion to create a document. I have obtained the session in the main Servlet class and would want to pass the same session variable to the jsp pages which emerges on click of the buttons. Please let me if it's possible to implement it?
Thanks!