I am testing Login page in my ADF Application using JMeter 3.2. In my Test Plan, I have used HTTP Header Manager and Cookie Manager. I got all HTTP records by recording. I have correlated each request from its previous response using regular expression extractor. Correlated parameters are jsessionid
, adf.ctrl-state
, afrLoop
, afrRedirect
, javax.faces.ViewState
. But for a particular request, I am getting "session expired" error even if all the parameters are extracted and passed correctly (verified from its previous response). Getting response as:
<?xml version="1.0" encoding="UTF-8"?>
<partial-response>
<error redirect="true">
<error-name>ViewExpiredException</error-name>
<error-message>Because of inactivity, your session has timed out and is no longer active. Click OK to reload the page.</error-message>
</error>
</partial-response>