I got this issue resolved. The root cause was problem with session creation in JBOSS 7.0.0.
Jboss was considering each request as new & creating a new session when request is made through IE8/9....
Type: Posts; User: karteek72; Keyword(s):
I got this issue resolved. The root cause was problem with session creation in JBOSS 7.0.0.
Jboss was considering each request as new & creating a new session when request is made through IE8/9....
------------------------------------------------------------------------------------------------------------------------
Request/Response for JBOSS 7:
------------------------------------
1)...
Request/Response for Tomcat:
------------------------------------
1) Request Login Page Header
GET http://localhost:8080/mapp/Login HTTP/1.1
Accept: image/jpeg, application/x-ms-application,...
I use Ajax based login. After successfull login I do redirect to next page(Dashboard page). The login doesn't fail. Jboss server does logs the User as logged in logs
10:49:09,375 INFO [stdout]...
Hi,
Thanks for your reply. I did try to run the application through fiddler in both IE8 & firefox 3.6.22 and I observed that JSESSIONID cookie is same for all the requests in firefox where as the...
Hi,
We are using jboss 7, spring security 3.0.5. The security code works fine in firefox browser. But when I try to access the application throught IE8 code doesn't work. I debugged the issue...