[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Possible to have Hobbit retain and use cookies?
- To: hobbit (at) hswn.dk
- Subject: Possible to have Hobbit retain and use cookies?
- From: "Martin Rogers" <martin.e.rogers (at) googlemail.com>
- Date: Wed, 12 Mar 2008 11:22:22 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=uAFlCpHcXKZtWIT9+xvXsioBIGfPbScailmgkD5L13M=; b=EIvOhjzmFx71d6eiNAkmJb7/xTGAPx7WulJUs5atiflvA2cGluKdUgfx5FyuyaWlqL7YSGhsJtoqd1bignYcehSXRhZ8ZrqbxjT6+HQxmyjo4aIMToXvh7vZzSVmpqpeiTK/wulwaH4+Icbbtp8GpD+EjqWtaISfCF7IdP3f4xg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=fu+F++Bz58fYqXw+6EEfJK9qRG68LaEjctikb3hCfkSBi8PouYzZT2HV5IE6Y46+mrqI/VoWHgyXErtMVa8JnOapfqrOQhrwkgGhZKKzSeXUkN8FW89wyDqhmhG1DnvEcb0oB7cJrR31fWndJ55v/hW1xFEVcLx6q1kg3WTkCtk=
We have an issue in using Hobbit to monitor a system of WebLogic and Oracle
application servers. Hobbit is monitoring each of our 4 WebLogic servers on
a regular (30/60 second) basis. By default, WebLogic creates a unique
HTTPSession when each request is served; this is keyed with a JSESSIONID
cookie which is sent back with the reply. A browser, or our load generator
(Grinder) retains the cookie.
Hobbit seems to be discarding these cookies; the result is that each request
is generating a new Session. This has little performance overhead, but
serves to confuse our WebLogic statistics; we can not tell how many 'real'
users there are logged on to our system, because they are masked by 700+
'hobbit' sessions.
It is possible to have Hobbit retain these cookies and send with subsequent
requests to the same URL?
Martin