Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 85223 invoked from network); 18 Apr 2005 23:22:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2005 23:22:02 -0000 Received: (qmail 5272 invoked by uid 500); 18 Apr 2005 23:21:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 5260 invoked by uid 500); 18 Apr 2005 23:21:49 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 5246 invoked by uid 99); 18 Apr 2005 23:21:49 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jslive@gmail.com designates 64.233.184.201 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 18 Apr 2005 16:21:49 -0700 Received: by wproxy.gmail.com with SMTP id 67so1187625wri for ; Mon, 18 Apr 2005 16:21:47 -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=C5YsIma/0Jw4ZHRnLSbjW7AwQSE5Q4FTdPRs/Vf4v95FQOOp32aGi376D8CCtkd25vWNinVZX8Cnu4sfY8W8ygIkFp9NaBhqdLvyKpf2JKkGvJA+OFHskgcsUQFWHUmSPkuGw+vTt+iCw2q0g1t2rioxZK6mcHkOenriVHoHpjE= Received: by 10.54.21.37 with SMTP id 37mr430825wru; Mon, 18 Apr 2005 16:21:47 -0700 (PDT) Received: by 10.54.62.11 with HTTP; Mon, 18 Apr 2005 16:21:47 -0700 (PDT) Message-ID: Date: Mon, 18 Apr 2005 19:21:47 -0400 From: Joshua Slive Reply-To: Joshua Slive To: users@httpd.apache.org, Ben Kuang 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 Subject: Re: [users@httpd] cookie class X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/18/05, Ben Kuang wrote: > hi: >=20 > does anyone of you know if there's is a easy-to-use class for > maintaining session or cookies in c or c++ that I can use in > conjunction with Apache and on the unix platform? "Maintaining sessions or cookies" could mean lots of different things. If you simply want to authenticate users with a form and restrict access to those users, you can google for modules like mod_auth_form and mod_auth_cookie. Other similar modules are available at http://modules.apache.org/. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org