Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Servelt in front of another web-application

 
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I have a task to integrate an out-of-box web application into a portal. Somehow to we have to keep track of the session of this external web-application so that when user returns to this web-application in the portal his state is maintained.

Someone suggested you can maintain the state of this web-application , by building servlet in front of the web-application.

If someone has done this before, can you please throw some light.

The external application uses cookies or url-rewriting to maintain its session.

thanks in advance.
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This appears to be an extension of your other post here (in which I cleaned up the misuse of the code tag). Please continue any discussion in that post.
    Bookmark Topic Watch Topic
  • New Topic