aspose file tools
The moose likes JBoss and the fly likes Session expires while accessing applications parallelly Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Session expires while accessing applications parallelly " Watch "Session expires while accessing applications parallelly " New topic
Author

Session expires while accessing applications parallelly

Lakshmi Shan
Greenhorn

Joined: Jul 01, 2011
Posts: 1
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.

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Session expires while accessing applications parallelly
 
Similar Threads
passing the session from one application to another
Interlinking two seperate applications
Session Variable
HTTP Session Object
Servlet and general architecture question