Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 40338 invoked from network); 12 Oct 2005 16:02:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2005 16:02:09 -0000 Received: (qmail 4494 invoked by uid 500); 12 Oct 2005 16:01:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 4485 invoked by uid 500); 12 Oct 2005 16:01:55 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 4466 invoked by uid 99); 12 Oct 2005 16:01:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 09:01:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.48.12.53] (HELO fep-exchange-1.vtin.it) (212.48.12.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 09:01:56 -0700 Received: from EVS2003-MI.vtin.it ([212.48.12.51]) by fep-exchange-1.vtin.it with Microsoft SMTPSVC(6.0.3790.1830); Wed, 12 Oct 2005 18:01:31 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5CF46.35F939D5" Date: Wed, 12 Oct 2005 18:01:29 +0200 Message-ID: <4313D91A808B0E48947FBBB483599BAB6AFAB3@EVS2003-MI.vtin.it> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cookie update Thread-Index: AcXPRjUlJnSWcMQHROa+ziIkgr/yOA== From: "Rasconi Luca \(u.e.\)" To: X-OriginalArrivalTime: 12 Oct 2005 16:01:31.0397 (UTC) FILETIME=[36341350:01C5CF46] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] cookie update X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5CF46.35F939D5 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Hi all, i have to measure the time a user is inactive within a location inside a domain (for example www.mydomain.com ). I configured a virtualhost in such a way that every time users access such a location it's setted a cookie so, server side, I can control some authorization rules: ... Header set Set-Cookie: "ra-%t; path=3D/; expires=3DSat, 10-Oct-15 08:08:32 GMT; domain=3D.mydomain.com" ... =20 I'd like to use an existent cookie and not to create another for example, adding a further field. Is there a way to update, for example every time users acces a particular location, information inside the cookie, thus a custom field? =20 Tnx a lot, Luca =20 =20 ------_=_NextPart_001_01C5CF46.35F939D5 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

Hi all,

i have to measure the time a user is inactive = within a location inside a domain (for example www.mydomain.com).

I configured a virtualhost in such a way that = every time users access such a location it’s setted a cookie so, server = side, I can control some authorization rules:

<Location = "/mylocation">

    Header set Set-Cookie: "ra-%t; path=3D/; expires=3DSat, 10-Oct-15 08:08:32 GMT; = domain=3D.mydomain.com"

</Location>

 

I’d like to use an existent cookie and = not to create another for example, adding a further = field.

Is there a way to update, for example every = time users acces a particular location, information inside the cookie, thus a = custom field?

 

Tnx a lot,

Luca

 

 

------_=_NextPart_001_01C5CF46.35F939D5--