Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 13606 invoked from network); 9 Jun 2004 11:28:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jun 2004 11:28:36 -0000 Received: (qmail 84921 invoked by uid 500); 9 Jun 2004 11:28:35 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 84904 invoked by uid 500); 9 Jun 2004 11:28:35 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 84884 invoked by uid 99); 9 Jun 2004 11:28:35 -0000 Received: from [203.7.149.10] (HELO emu.ext-unix.urnet.com.au) (203.7.149.10) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 09 Jun 2004 04:28:35 -0700 Received: from madcow.inodes.org ([203.7.148.120] helo=madcow.pasture.com.au) by emu.ext-unix.urnet.com.au with esmtp (Exim 3.35 #1 (Debian)) id 1BY1FX-0008IG-00; Wed, 09 Jun 2004 21:28:07 +1000 Received: from localhost (localhost [127.0.0.1]) by madcow.pasture.com.au (Postfix) with ESMTP id A32943CCC; Wed, 9 Jun 2004 21:27:54 +1000 (EST) Received: from dolly.pasture.com.au (dolly.pasture.com.au [10.0.128.103]) by madcow.pasture.com.au (Postfix) with ESMTP id 4149F3CC9; Wed, 9 Jun 2004 21:27:45 +1000 (EST) Received: from localhost ([127.0.0.1] helo=dolly.pasture.com.au) by dolly.pasture.com.au with esmtp (Exim 3.36 #1 (Debian)) id 1BY1F6-0005i5-00; Wed, 09 Jun 2004 21:27:40 +1000 Date: Wed, 09 Jun 2004 21:27:40 +1000 Message-ID: <87wu2h2cpf.wl@dolly.pasture.com.au> From: Angus Lees To: "Farouk Khawaja" Cc: "'Embperl'" Subject: Re: Session Management Magic In-Reply-To: <200405281952.PAA03405@Instinet.com> References: <200405281952.PAA03405@Instinet.com> Mail-Followup-To: "'Embperl'" User-Agent: Wanderlust/2.10.1 (Watching The Wheels) XEmacs/21.4 (Security Through Obscurity) Mail-Copies-To: never MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS new-20020517 X-MailScanner: Found to be clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N At Fri, 28 May 2004 15:51:43 -0400, Farouk Khawaja wrote: > OK Folks, I realize that sessions management is 'magic' but I really > want to know how it works. > | id | varchar(32) | | PRI | | | > | a_session | text | YES | | NULL | | > | givenName | varchar(20) | YES | | NULL | | The id column stores the session_id, the contents of the session are stored in a serialised form in a_session. Your givenName column will never be used. -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org