From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.248.130 with SMTP id mg2cs53821qcb; Mon, 12 Dec 2011 13:00:00 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCI7O1aycDhDM1pn3BBoEBsvalg@googlegroups.com designates 10.236.185.129 as permitted sender) client-ip=10.236.185.129; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCI7O1aycDhDM1pn3BBoEBsvalg@googlegroups.com designates 10.236.185.129 as permitted sender) smtp.mail=rack-devel+bncCI7O1aycDhDM1pn3BBoEBsvalg@googlegroups.com; dkim=pass header.i=rack-devel+bncCI7O1aycDhDM1pn3BBoEBsvalg@googlegroups.com Received: from mr.google.com ([10.236.185.129]) by 10.236.185.129 with SMTP id u1mr25424190yhm.12.1323723599190 (num_hops = 1); Mon, 12 Dec 2011 12:59:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:date:user-agent :x-http-useragent:message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=0mtUg8M0lyAb6ql7IhfUfAZC0bVCh3VE8b2KYPKz6Qs=; b=ZSTt5PNwzsBBU6EIjofQQ75mTLQk4Xzl3A+j5BrwUZ9JfCt5LWTD27kAOOxxlt+7H1 6oHuE12J/DXecon0RVj4RMu+isomXoLj330whk/r8Uf0mzDtFeUDYDlBP1IEsrGnEvqF IBK9eTEM9dMbGvvTmVwOGcnlEd0vEtGgv/cTE= Received: by 10.236.185.129 with SMTP id u1mr7409836yhm.12.1323723596613; Mon, 12 Dec 2011 12:59:56 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.100.134.16 with SMTP id h16ls14773002and.4.gmail; Mon, 12 Dec 2011 12:59:55 -0800 (PST) Received: by 10.100.202.6 with SMTP id z6mr5981097anf.36.1323723595908; Mon, 12 Dec 2011 12:59:55 -0800 (PST) Received: by 10.150.195.7 with SMTP id s7msybf; Mon, 12 Dec 2011 12:40:03 -0800 (PST) Received: by 10.101.167.17 with SMTP id u17mr3839815ano.37.1323722403435; Mon, 12 Dec 2011 12:40:03 -0800 (PST) Received: by 10.101.167.17 with SMTP id u17mr3839814ano.37.1323722403415; Mon, 12 Dec 2011 12:40:03 -0800 (PST) Received: from mail-yx0-f188.google.com (mail-yx0-f188.google.com [209.85.213.188]) by gmr-mx.google.com with ESMTPS id h66si44748yhe.1.2011.12.12.12.40.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Dec 2011 12:40:03 -0800 (PST) Received-SPF: pass (google.com: domain of dhill.novell@gmail.com designates 209.85.213.188 as permitted sender) client-ip=209.85.213.188; Received: by yenm12 with SMTP id m12so8643939yen.5 for ; Mon, 12 Dec 2011 12:40:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.175.2 with SMTP id y2mr7416387yhl.4.1323722403342; Mon, 12 Dec 2011 12:40:03 -0800 (PST) Received: by 32g2000yqp.googlegroups.com with HTTP; Mon, 12 Dec 2011 12:40:03 -0800 (PST) Date: Mon, 12 Dec 2011 12:40:03 -0800 (PST) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2,gzip(gfe) Message-ID: <383f50be-f002-467d-9bf1-90fb33ba49df@32g2000yqp.googlegroups.com> Subject: multiple sessions on Sinatra use Rack::Session::Pool From: donhill To: Rack Development X-Original-Sender: dhill.novell@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of dhill.novell@gmail.com designates 209.85.213.188 as permitted sender) smtp.mail=dhill.novell@gmail.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Hi. Sinata - 1.3.1 Rack 1.3.5 I am experiencing what appears to be multiple sessions on a sinatra app. I am using Rack::Session::Pool. This doesn't happen all the time but the same customer has complained they keep getting an exception. The flow is like this. I am using default settings for the Pool goto registration page submit the page - I set a session value here the user goes to a verify page and selects edit, when returning to the registration page the session is empty I am dumping the session and cookies in my logs and it seems the session cookies have changed values Has anyone experienced this tell me how to debug this?