On 3/7/2018 7:34 PM, Prasanth wrote: > I can't say that 2 percent of users were able to get in without > username/password. As I have ran the JMeter tests a lot of times (each run > with 100 users). Only during one of those runs of JMeter I > had 2 requests get users home page when Login.action was requested (with out > username/password). > > Below is the Login.action code. Removed the code that fetches the data for > home page.
Thanks! I see you use session also. Looks like a bug with Undertow web server [1]. I'm not familiar with it so you may open an issue there and copy paste this thread there. They may have some idea as it seems they have similar issues with session which I linked below. Good luck. [1] https://issues.jboss.org/browse/JBEAP-6683?focusedCommentId=13340535&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-13340535 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

