开发者

Jmeter using cookie manager issue

开发者 https://www.devze.com 2023-02-15 06:18 出处:网络
I have a form based authentication application I am able to log on the system as per my database by posting a request on my log in page.

I have a form based authentication application I am able to log on the system as per my database by posting a request on my log in page.

But after that if try a get request of any internal pages I get a request as www.example\login?dashboard with a c开发者_运维百科ookie but the response html is of my login page.

I have a cookie manager added on the top.


There are a couple things to check that could be causing this:

  1. There is a hardcoded parameter, like sessionID that needs to be unique for each session
  2. The page requests have "automatic redirect" enabled and should not (or vice-versa)
  3. Login is actually failing, but the site is not giving a clear error message
0

精彩评论

暂无评论...
验证码 换一张
取 消