I am having a load test using Jmeter. And I got a stackoverflow exception when using the cache to store some user information. I had set the HTTP Cache Manager in the thread group and i assume it will work as a browser cache. But how I still got the exception when I only store the user information in the Server cache? (I ensure that the code is storing the information in the server side cache).
Anyone got some ideas about this issue? Or may anyone can give some information about the server side/browser side cache in Jmeter test plan? (I've checked some website but still can't figure out the concept about it) Thanks.
P.S. I'm working on the ASP.net web application
UPDATES: I checked that the issue was caused by the cache from the server side. The exception doesn't appear after the cache is disabled. And some more information that the cache I used the set method to update the cache. I still can't discover the solution or the reason of the StackOverflow Exception.