Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 20525 invoked from network); 6 Jun 2008 14:01:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 14:01:09 -0000 Received: (qmail 12637 invoked by uid 500); 6 Jun 2008 14:01:02 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 12618 invoked by uid 500); 6 Jun 2008 14:01:02 -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 12607 invoked by uid 99); 6 Jun 2008 14:01:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 07:01:02 -0700 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 juanpablo.pizarro@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 14:00:10 +0000 Received: by py-out-1112.google.com with SMTP id p76so786081pyb.10 for ; Fri, 06 Jun 2008 07:00:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=H19LyttkIctOm4epq4OaVlce29ji//ouFfUiacqyImg=; b=cNV3VrF5uSPbvv6E4V5Y9jcEf2uUmqmMTwurEzl632XgSLPjakhf+jXGTUY2LOSAiA A+IevOLZ9zSKLDrsThSw6QioiW6O4uaEy9E1r3ZUKyQvUoFtJ91uPrLsAPR+wpMsqRfN ZVZH4473oPBMu2KPUcw+LNARQe8i/+rJHk8To= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wehgcbU4b22NLIYrd409LLtbm0ose5Tlwvy907Jj2y2CsYbfXl0D9goqbZ7ctCfEV5 6sCJh06vmKGEa2y7RZ3HXaRDthzwEoWRvdf0KVCMoH3l6ifiAINTYmK6VpYPPRoHfyhr s0afIbBh0X6mcxUx01L4d7l7xtkfB0NYNfuEc= Received: by 10.115.58.1 with SMTP id l1mr138757wak.27.1212760827366; Fri, 06 Jun 2008 07:00:27 -0700 (PDT) Received: by 10.114.209.17 with HTTP; Fri, 6 Jun 2008 07:00:27 -0700 (PDT) Message-ID: <8dba932e0806060700m1ca8637rf093a8b0888c5bc4@mail.gmail.com> Date: Fri, 6 Jun 2008 11:00:27 -0300 From: "Juan Pablo Pizarro" To: "Struts Users Mailing List" Subject: Re: Are sessions confused? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8dba932e0805301656n5580a973wdabb1702883380b7@mail.gmail.com> <253975.82237.qm@web56713.mail.re3.yahoo.com> <8dba932e0806010830p4b2b7ecdv88c5fa26880b8341@mail.gmail.com> <8dba932e0806010903w214ab203x6616968e0243854e@mail.gmail.com> <48438596.5050100@alsutton.com> <8dba932e0806020548w65665f5am9ba4396f7f46f779@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Julien, I had two problems, the first was my app, where the problem was hibernate. The other, on my pc at home, the struts-blank, I don't know (I abandoned that when I solved the problem of my app). In my application, I put response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache"); response.setDateHeader("Expires", 0); http://www.jguru.com/faq/view.jsp?EID=377 Regards, JP 2008/6/6, Julien ROTT : > Hi Juan Pablo, > > did you find a solution to your problem ? > > I have the same: my application is on the internet, and the clients access > to the application from behind a proxy. When client "A" logs in, and then a > client "B" logs in, Client "B" sees the data which is stored in client "A" > session. > > Is it possible to avoid this problem by forcing the urlRewriting with the > jsessionid for each request ? > > jr. > > > 2008/6/2 Juan Pablo Pizarro : > > > No, I haven't. Now my application is working, then, i suspect that the > > problem was external and maybe the networking personel had a proxy or > > something like that. I'm asking them. In my pc, I haven't. > > > > I'll download tomcat again to test in my house. > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org