We upgraded the smart client from V8.2 to V10.0 and we are facing the following issue-
When we login for the first user it logs in properly,
but when we log-out and try second user , the screen hangs on the login page, BUT when we refresh the page it automatically redirects to the home page of the second user.
Log File-->
[2015-09-09 03:37:01.66] DEBUG Login_DS:  loginForm.getChangePassword()='N'
[2015-09-09 03:37:01.66] DEBUG Login_DS:  user.getPwdPolicyId()=''
[2015-09-09 03:37:01.66] DEBUG Login_DS:   pwdPol.getPolicyid()='fg_minimal'
[2015-09-09 03:37:01.66] DEBUG Login_DS:  must change password next = false
[2015-09-09 03:37:01.66] DEBUG Login_DS:  invoking validatePasswordPolicy()
[2015-09-09 03:37:01.66] DEBUG Login_DS:  last password change date for account [ consumer ] is [ 2015-09-08 ]
[2015-09-09 03:37:01.66] DEBUG Login_DS:  get Change Pass next flag for account [ consumer ] is [ false ]
[2015-09-09 03:37:01.66] DEBUG Login_DS:  StatusObject= StatusObject{code=0, message=''}
[2015-09-09 03:37:01.66] DEBUG Existing session's attribute: UniqueCSRFID - 90kouijkhlm7
[2015-09-09 03:37:01.66] DEBUG Existing session's attribute: org.apache.struts.action.LOCALE - en_US
[2015-09-09 03:37:01.66] DEBUG New session's attribute: org.apache.struts.action.LOCALE - en_US
[2015-09-09 03:37:01.66] DEBUG New session's attribute: UniqueCSRFID - 90kouijkhlm7
[2015-09-09 03:37:01.66] DEBUG LoginService.addSessionData():  uuid:  90kouijkhlm7
[2015-09-09 03:37:01.66] DEBUG LoginService:  Session time out for user (consumer) set to 900 seconds
[2015-09-09 03:37:01.66] DEBUG LoginService: FG_AUTH_TYPE value = null
[2015-09-09 03:37:01.66] DEBUG LoginService: dlssoAuthValue = -1
[2015-09-09 03:37:01.66] DEBUG LoginService: addSessionData - DLSSO Token will be stomped.
[2015-09-09 03:37:01.661] DEBUG LoginService:  initial module for user consumer = myFilegateway
[2015-09-09 03:37:01.661] DEBUG LoginService:  Session time out for user (consumer) set to 900 seconds
[2015-09-09 03:37:01.661] DEBUG LoginService.setFormBeanData():  user.getUniqueUId():  90kouijkhlm7
[2015-09-09 03:37:01.661] DEBUG PartnerUtil.isPartnerUsesDistributedMailbox(..) - Enter. [ organizationKey: 12345]
[2015-09-09 03:37:01.672] DEBUG AbstractDataSource:  before rpcManager.send()
[2015-09-09 03:37:01.673] DEBUG AbstractDataSource:  after rpcManager.send, end of method.
[2015-09-09 03:37:01.673] DEBUG SmartClientRPCAction:  handleEnumDataSourceCall actionToTake: login_DS completed...
After this the processing is stuck , while using V8.2 it was working fine.
When we login for the first user it logs in properly,
but when we log-out and try second user , the screen hangs on the login page, BUT when we refresh the page it automatically redirects to the home page of the second user.
Log File-->
[2015-09-09 03:37:01.66] DEBUG Login_DS:  loginForm.getChangePassword()='N'
[2015-09-09 03:37:01.66] DEBUG Login_DS:  user.getPwdPolicyId()=''
[2015-09-09 03:37:01.66] DEBUG Login_DS:   pwdPol.getPolicyid()='fg_minimal'
[2015-09-09 03:37:01.66] DEBUG Login_DS:  must change password next = false
[2015-09-09 03:37:01.66] DEBUG Login_DS:  invoking validatePasswordPolicy()
[2015-09-09 03:37:01.66] DEBUG Login_DS:  last password change date for account [ consumer ] is [ 2015-09-08 ]
[2015-09-09 03:37:01.66] DEBUG Login_DS:  get Change Pass next flag for account [ consumer ] is [ false ]
[2015-09-09 03:37:01.66] DEBUG Login_DS:  StatusObject= StatusObject{code=0, message=''}
[2015-09-09 03:37:01.66] DEBUG Existing session's attribute: UniqueCSRFID - 90kouijkhlm7
[2015-09-09 03:37:01.66] DEBUG Existing session's attribute: org.apache.struts.action.LOCALE - en_US
[2015-09-09 03:37:01.66] DEBUG New session's attribute: org.apache.struts.action.LOCALE - en_US
[2015-09-09 03:37:01.66] DEBUG New session's attribute: UniqueCSRFID - 90kouijkhlm7
[2015-09-09 03:37:01.66] DEBUG LoginService.addSessionData():  uuid:  90kouijkhlm7
[2015-09-09 03:37:01.66] DEBUG LoginService:  Session time out for user (consumer) set to 900 seconds
[2015-09-09 03:37:01.66] DEBUG LoginService: FG_AUTH_TYPE value = null
[2015-09-09 03:37:01.66] DEBUG LoginService: dlssoAuthValue = -1
[2015-09-09 03:37:01.66] DEBUG LoginService: addSessionData - DLSSO Token will be stomped.
[2015-09-09 03:37:01.661] DEBUG LoginService:  initial module for user consumer = myFilegateway
[2015-09-09 03:37:01.661] DEBUG LoginService:  Session time out for user (consumer) set to 900 seconds
[2015-09-09 03:37:01.661] DEBUG LoginService.setFormBeanData():  user.getUniqueUId():  90kouijkhlm7
[2015-09-09 03:37:01.661] DEBUG PartnerUtil.isPartnerUsesDistributedMailbox(..) - Enter. [ organizationKey: 12345]
[2015-09-09 03:37:01.672] DEBUG AbstractDataSource:  before rpcManager.send()
[2015-09-09 03:37:01.673] DEBUG AbstractDataSource:  after rpcManager.send, end of method.
[2015-09-09 03:37:01.673] DEBUG SmartClientRPCAction:  handleEnumDataSourceCall actionToTake: login_DS completed...
After this the processing is stuck , while using V8.2 it was working fine.
Comment