0

I have observed that once the session is invalidated due to session timeout, then a new session id is created after every request due to which login page is redirected for every operation. My application is running on internet and intranet, facing issues with only application running on internet which has https type request.

Using JBoss version 5.0.0 GA.

Technologies Used:

  1. Spring Security 3.0
  2. HDIV
  3. JSP

Few Observations:

  1. two JSESSIONID cookie objects were created for application running on internet and one cookie object for application running on intranet.

  2. Sometimes when a session gets invalidated and new one gets created with same id of previous session.

Have searched a lot on many forums and stackoverflow to get solution for this but failed to resolved. Can anyone please help and get me out of here.

1 Answers1

0

Regarding the Hdiv part and taking into account that Hdiv does not work at communication level, only at application and the application works without https I don't see any possible source from our side at least.

Roberto Velasco Hdiv Security

rbelasko
  • 626
  • 3
  • 5