Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 97011 invoked from network); 1 Sep 2009 09:10:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 09:10:08 -0000 Received: (qmail 2848 invoked by uid 500); 1 Sep 2009 09:10:06 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 2766 invoked by uid 500); 1 Sep 2009 09:10:05 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 2756 invoked by uid 99); 1 Sep 2009 09:10:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 09:10:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajeev1982@gmail.com designates 209.85.216.195 as permitted sender) Received: from [209.85.216.195] (HELO mail-px0-f195.google.com) (209.85.216.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 09:09:56 +0000 Received: by pxi33 with SMTP id 33so543487pxi.11 for ; Tue, 01 Sep 2009 02:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=5mndT++VB2DfDAMCmAfef4Zb6dDXLYPx37d0Td+68qc=; b=PSFCv+6qrwVkJJlczr5+7Hq2KO5PjawBq9h47FMkBOmJ3PTNI+Or/JapX0Mroc94h8 HTE5n6Ou2P135Mv/zAB/njWDyFkyd9cb09spKHC5u9+etQ7FzKzLJ5A994EXJ8h1dIiX K0pOc8VctDwN2LmUhcukF/J+guZpO7Y1Eb2C4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=N8QnNpKxElpWn7qJdZirwrKvtbqiVoiZARR5xlyFMt6npQXWj2u0AsHErxfSkUlTbM MEUF4pIaT7RI2UXVci+TalpMf/KCzNK5hsaarQwJRN1TmPbpfnvouXVVNuyhfBIjgkvn tj0gCzmSCzzJxsO8ES+dGUJPm8yEEYQdW5DqM= Received: by 10.114.19.30 with SMTP id 30mr1821693was.134.1251796176330; Tue, 01 Sep 2009 02:09:36 -0700 (PDT) Received: from wifi-postauth-210-71.bagmane.corp.yahoo.com (vpn-nat.bagmane.corp.yahoo.com [203.110.238.17]) by mx.google.com with ESMTPS id 22sm1559549pzk.6.2009.09.01.02.09.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Sep 2009 02:09:35 -0700 (PDT) Message-Id: From: Rajeev Sharma To: Struts Users Mailing List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Need to disable session interceptor Date: Tue, 1 Sep 2009 14:39:25 +0530 X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am new to struts2 (I mean struts). I am developing an application which does not need to use sessions at all. When I tested my application with jmeter, I got 18000 sessions created (tomcat showed me this). Looks like for every individual request there is one session created. How can I remove the session interceptor at all (and other components related to sessions), so that there are no sessions created in my application. -- Rajeev --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org