Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 93207 invoked from network); 15 Oct 2003 16:00:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Oct 2003 16:00:09 -0000 Received: (qmail 75023 invoked by uid 500); 15 Oct 2003 16:00:01 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 74994 invoked by uid 500); 15 Oct 2003 16:00:01 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 74975 invoked from network); 15 Oct 2003 16:00:01 -0000 Received: from unknown (HELO otsrv1.iic.rug.ac.be) (157.193.121.51) by daedalus.apache.org with SMTP; 15 Oct 2003 16:00:01 -0000 Received: from otsrv1.iic.ugent.be (localhost [127.0.0.1]) by otsrv1.iic.rug.ac.be (8.11.6/8.11.6) with ESMTP id h9FG03X28259 for ; Wed, 15 Oct 2003 18:00:03 +0200 Date: Wed, 15 Oct 2003 18:00:03 +0200 Message-Id: <200310151600.h9FG03X28259@otsrv1.iic.rug.ac.be> From: stevenn@outerthought.org To: docs@cocoon.apache.org Subject: [WIKI-UPDATE] InputModules Wed Oct 15 18:00:03 2003 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Page: http://wiki.cocoondev.org/Wiki.jsp?page=InputModules , version: 26 on Wed Oct 15 15:56:52 2003 by 134.84.148.222 + + ---- + !!SessionModule + + Access various information about a session. + + __cocoon.xconf usage__: + {{{ + + }}} + + ||Accessor||Description + |{{attributeNames}}|Returns a collection of attribute names in the session + |{{creationTime}}|A Unix timestamp (seconds since the epoch) representing when the session was created. + |{{id}}|The unique session identifier + |{{lastAccessedTime}}|A Unix timestamp representing when the session was last accessed. + |{{maxInactiveInterval}}|# of seconds before an inactive session is invalidated. + |{{new}}|Set to "true" if the session is new, otherwise "false" +