Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ignore-cookies ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris  
View profile  
 More options Oct 30, 10:59 pm
From: Chris <ch...@ueland.com>
Date: Fri, 30 Oct 2009 19:59:21 -0700 (PDT)
Local: Fri, Oct 30 2009 10:59 pm
Subject: ignore-cookies ?
Hi-

First of all, thank you so much for the work you've put into
mod_cache!

We are having a problem that a lot of people must run into - we are
looking to have control to cache files that have cookies set (similar
to how "ignore-vary" works).

How come this isn't included by default?  Is it possible and easy for
you to include it in the main release?

Thanks,
Chris


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shellcode  
View profile  
 More options Oct 31, 12:03 am
From: shellcode <shellc...@gmail.com>
Date: Sat, 31 Oct 2009 12:03:44 +0800
Local: Sat, Oct 31 2009 12:03 am
Subject: Re: ignore-cookies ?

Do you mean to cache response with 'Set-Cookie' header, which may cause
other users got the cached private response of specific user


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Ueland  
View profile  
 More options Oct 31, 1:01 am
From: Chris Ueland <ch...@ueland.com>
Date: Sat, 31 Oct 2009 01:01:41 -0400
Local: Sat, Oct 31 2009 1:01 am
Subject: Re: ignore-cookies ?
Correct. To have an override. For images, for example

On 10/31/09, shellcode <shellc...@gmail.com> wrote:

> Do you mean to cache response with 'Set-Cookie' header, which may cause
> other users got the cached private response of specific user

--
-------------------------
Chris Ueland

NetDNA™
The Science of Acceleration™

Email / gtalk: ch...@ueland.com
P: 1.877.5-NETDNA (963-8362)
P: 1.323.620.1874
AIM: ch...@netdna.com
www.NetDNA.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
don  
View profile  
 More options Oct 31, 12:55 am
From: don <badtz...@msn.com>
Date: Fri, 30 Oct 2009 21:55:43 -0700 (PDT)
Local: Sat, Oct 31 2009 12:55 am
Subject: Re: ignore-cookies ?
Hi,

Is there anyway to strip the "Set-Cookie" header and may the response
cacheable?  We are using a wordpress module and the "Set-Cookie"
header was added in automatically. Is there anyway to get around that?
And also we found that if the backend server is doing compression on
file like css or js. The frontend mod_cache server will refuse to
cache it because of the "Conten-Encoding" header. Is that something
you can work on also?

Thanks
Don

On Oct 30, 9:03 pm, shellcode <shellc...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shellcode  
View profile  
 More options Oct 31, 3:04 am
From: shellcode <shellc...@gmail.com>
Date: Sat, 31 Oct 2009 15:04:15 +0800
Local: Sat, Oct 31 2009 3:04 am
Subject: Re: ignore-cookies ?

Don, it's better to turn off backend's compress and use modcache's internal
"memory-compress" feature or mod_compress module.

here is a ppt that explain modcache in more detail,
http://blog.quehy.com/doc/0628.ppt.

it's not difficult to add 'ignore-setcookie' to modcache, it will be
available in next release


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris  
View profile  
 More options Oct 31, 3:13 am
From: Chris <ch...@ueland.com>
Date: Sat, 31 Oct 2009 00:13:04 -0700 (PDT)
Local: Sat, Oct 31 2009 3:13 am
Subject: Re: ignore-cookies ?
awesome.

it would be great if you can release 'ignore-setcookie' soon.

Do you accept donations?  We'd like to send you some money or can
donate some hosting for your great work.

On Oct 31, 12:04 am, shellcode <shellc...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shellcode  
View profile  
 More options Oct 31, 7:05 am
From: shellcode <shellc...@gmail.com>
Date: Sat, 31 Oct 2009 19:05:04 +0800
Local: Sat, Oct 31 2009 7:05 am
Subject: Re: ignore-cookies ?

I just update modcache to v1.8.1, add 'ignore-set-cookie' option to
cache.refresh-pattern.
usage of  'ignore-set-cookie' is similar with usage of 'ignore-vary'.

download link:
http://lighttpd-improved.googlecode.com/files/lighttpd-1.4.23.v1.8.1....

*note:*
*  improper usage of 'ignore-set-cookie' may cause unexpected information
leak, uses it carefully.*


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Ueland  
View profile  
 More options Oct 31, 2:25 pm
From: Chris Ueland <ch...@ueland.com>
Date: Sat, 31 Oct 2009 11:25:35 -0700
Local: Sat, Oct 31 2009 2:25 pm
Subject: Re: ignore-cookies ?
Thanks!

Can we make a donation somewhere?

--Chris

On Sat, Oct 31, 2009 at 4:05 AM, shellcode <shellc...@gmail.com> wrote:
> I just update modcache to v1.8.1, add 'ignore-set-cookie' option to
> cache.refresh-pattern.
> usage of  'ignore-set-cookie' is similar with usage of 'ignore-vary'.
> download
> link: http://lighttpd-improved.googlecode.com/files/lighttpd-1.4.23.v1.8.1....
> note:
>   improper usage of 'ignore-set-cookie' may cause unexpected information
> leak, uses it carefully.

--
-------------------------
Chris Ueland

NetDNA™
The Science of Acceleration™

Email / gtalk: ch...@ueland.com
P: 1.877.5-NETDNA (963-8362)
P: 1.323.620.1874
AIM: ch...@netdna.com
www.NetDNA.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shellcode  
View profile  
 More options Oct 31, 9:11 pm
From: shellcode <shellc...@gmail.com>
Date: Sun, 1 Nov 2009 09:11:51 +0800
Local: Sat, Oct 31 2009 9:11 pm
Subject: Re: ignore-cookies ?

modcache is free and you don't need to make donation to me.

anyway, thank you very much


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google