• Post Reply 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Session expires while accessing applications parallelly

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We have deployed two applications in two different Jboss servers in same machine. Both the applications can be accessed using different ports.
Ex:
First app: http://<IP>:<port1>/app1
Second app: http://<IP>:<port2>/app2

I am trying to access both the applications through IE browser.

If I browse first application then second application and back to first, then first application is forced to logout and is asking for credentials again.

If I access first application through IP and second through host name, then no issues. But, our requirement is to access both applications parallely through IP without session expire issue.

Appreciate your suggestions.

Thanks,
Lakshmi.

 
reply
    Bookmark Topic Watch Topic
  • New Topic