One of the recommended approaches is HTTP session. A request is being identified by the session which is originated from similar browser during the conversation time period. Same session could be shared by all servlets. The JSESSIONID gets generated by server and is passed via cookies to the client, Built in SSL mechanism or URL rewriting (if cookies get off). For minimizing the object’s size stored in session, care shall be taken. To obtain the session in Java servlet proceed as following: ...
Updated 01-15-2012 at 07:35 AM by Servlet
PDF to TIFF Conversion & Control...
Yesterday, 11:39 AM in Java Software