Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 11087 invoked from network); 6 May 2005 17:14:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 17:14:43 -0000 Received: (qmail 44735 invoked by uid 500); 6 May 2005 17:16:40 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 44705 invoked by uid 500); 6 May 2005 17:16:38 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 44678 invoked by uid 99); 6 May 2005 17:16:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of sebastien.arbogast@gmail.com designates 64.233.162.206 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.206) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 10:16:37 -0700 Received: by zproxy.gmail.com with SMTP id 34so926429nzf for ; Fri, 06 May 2005 10:13:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y17BBa8GN7Dm7tNW+VOndl29b5yhpo5Ilb/OmQU1ABaDbrBKVFJxrheSILGXqmKxl7mpzfoQWr8TaD0etu1TF1jviza2R1HX2P/YVQmYM951bJuMJyMORzFl690HlKoOIWFbdNysTeilms8GM47kH6BiOKclingiLhcGIRtocDQ= Received: by 10.36.8.17 with SMTP id 17mr755761nzh; Fri, 06 May 2005 10:10:18 -0700 (PDT) Received: by 10.36.20.12 with HTTP; Fri, 6 May 2005 10:10:15 -0700 (PDT) Message-ID: Date: Fri, 6 May 2005 12:10:15 -0500 From: Sebastien Arbogast Reply-To: Sebastien Arbogast To: users@cocoon.apache.org, Nacho Jimenez Subject: Re: Authentication alternatives In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok I've managed to setup my authentication mechanism with session context thanks to you Nacho. But I still have a little problem to get data from session context using the session tranformer. When my user is authenticated, I create a "schaman" session context (the name of my application) and I set the "/user/name" attribute to the name of the user and I display a home page with a welcome message :
test
And in the pipeline I call the session transformer of course but then "test" is always displayed instead of the real user's name. Do you have an idea ? Thx in advance. --=20 Sebastien ARBOGAST --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org