Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 29010 invoked from network); 1 Jun 2008 15:30:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2008 15:30:50 -0000 Received: (qmail 95152 invoked by uid 500); 1 Jun 2008 15:30:43 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 95129 invoked by uid 500); 1 Jun 2008 15:30:43 -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 95118 invoked by uid 99); 1 Jun 2008 15:30:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 08:30:43 -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 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 15:29:55 +0000 Received: by wa-out-1112.google.com with SMTP id n4so325885wag.5 for ; Sun, 01 Jun 2008 08:30:11 -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=yyRQ7jlmhCFvn6RNUFNScVlNGuXc/R5vT/J7RBTVUL8=; b=hlsN5fq1M+dQV+ar92YN8dcgTjEH3kK4NgC0qS1OoPDL8P8Yxi6WGUse4aKvKoBxFHh0RbZJhXSkqRO/+LO992pVG/FUXsHrcWpofsKKZVISbRvzY7XdgdEFqIu7uj+163s3SbeFAIEmoimI+ZqDJNBgyueuW0agxk14ai+U8BM= 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=rK2NaVmK2Ah6lSIwLP9YlNa5gAu2U5X6u5piV/SXwPzk8OTsbwPPPRStAMHipD3rkIBFKtOPs3eXpcklQ0wzpZYXzB/5foNysbAs4wAt5SliqRt2IMQkWbFmDWA7jNXGKe/+ccFbMJKRnywV3VCKH/Ez1+wZBA6fxqrMboXQAOo= Received: by 10.114.181.13 with SMTP id d13mr8586035waf.101.1212334211520; Sun, 01 Jun 2008 08:30:11 -0700 (PDT) Received: by 10.114.209.17 with HTTP; Sun, 1 Jun 2008 08:30:11 -0700 (PDT) Message-ID: <8dba932e0806010830p4b2b7ecdv88c5fa26880b8341@mail.gmail.com> Date: Sun, 1 Jun 2008 12:30:11 -0300 From: "Juan Pablo Pizarro" To: "Struts Users Mailing List" Subject: Re: Are sessions confused? In-Reply-To: <253975.82237.qm@web56713.mail.re3.yahoo.com> 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> X-Virus-Checked: Checked by ClamAV on apache.org Yes I know, but my application was struts2-blank-2.0.11.1.war (from struts-2.0.11.1-all.zip). Then I coded a bit and I posted that. JP 2008/6/1 Dave Newton : > --- On Fri, 5/30/08, Juan Pablo Pizarro wrote: >> With ServletActionContext.getRequest().getSession().setAttribute("user", >> (int) (Math.random() * 100)); the problem is only in >> firefox!!. > > If you're on different machines and seeing the wrong session data on them then something is broken with your application. I've never seen this in S2 and as said before most of us here are using S2 sessions without any issues. > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org