Re: Application Integration
"karthikeyan.balasubramanian" <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Use Temporary Tables. Use temp tables to store the session info about the user, when he gets back pick it from there, when the session times out remove the entry from the table or you can do some batch processing at the end of the day to clear the tables. Hope this helps. Karthikeyan B ----- Original Message ----- From: "Rohit Parik" <[email protected]> To: <[email protected]> Sent: Friday, April 04, 2003 9:22 PM Subject: Application Integration > > Hi All, > > I am involved in the development of a web-based application that has the > following architecture. > > JSP to deliver the presentation. > Single Servlet ( controller ) > Session Beans and Entity Beans. > > We use HttpSession object for user session tracking. > Scenario: > The UI of the application consists of frame pages - menu and content. > In the application the user clicks a link that points to an external web > application. We supply parameters in the request to the external application > for authentication. The content frame now displays a web page from the > external application. > The user now clicks a button in the web page of the external application and > gets routed back to our application. The external application passes some > information back to our application. > Problem: > My problem is how do I restart the user session. When I do a > request.getSession(false) it automatically returns a null. How can I > preserve the user session with context to the requests coming from the > content frame. > > Any help is welcome. > > Regards > Rohit > > ___________________________________________________________________________ > To unsubscribe, send email to [email protected] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html