|
 |
aspx thread: Output Cache
Message #1 by "Chris Scott" <chris@e...> on Wed, 30 May 2001 13:18:01
|
|
In the introducing .net book (p230), it is stated that asp.net is clever
enough to check for exact matches on querystring/form data as well as the
URL before sending a client a cached version of a page.
Does asp.net check for any cookie match's or is there a way of forcing
this when a users cookies may be being used as a username/password
combination giving greater levels of access?
Message #2 by "Thomas Tomiczek" <t.tomiczek@t...> on Wed, 30 May 2001 14:41:25 +0200
|
|
TO my knowledge it does not.
Just do not cache these parts then.
Thomas Tomiczek
THONA Consulting Ltd.
-----Original Message-----
From: Chris Scott [mailto:chris@e...]
Sent: Mittwoch, 30. Mai 2001 15:18
To: ASP+
Subject: [aspx] Output Cache
In the introducing .net book (p230), it is stated that asp.net is clever
enough to check for exact matches on querystring/form data as well as
the
URL before sending a client a cached version of a page.
Does asp.net check for any cookie match's or is there a way of forcing
this when a users cookies may be being used as a username/password
combination giving greater levels of access?
Message #3 by "Juan T. Llibre" <j.llibre@c...> on Wed, 30 May 2001 09:18:01 -0400
|
|
It might be possible with the VaryByHeader attribute,
if you specify http-cookie as the desired header.
Don't have the time to check this out right now,
but thought I'd throw it out...and have someone
else check it out...
regards,
Juan T. Llibre
Microsoft MVP [IIS/ASP]
ASP.Net En Espaņol : http://207.176.17.140/
=================================
----- Original Message -----
From: "Thomas Tomiczek" <t.tomiczek@t...>
To: "ASP+" <aspx@p...>
Sent: Wednesday, May 30, 2001 8:41 AM
Subject: [aspx] RE: Output Cache
TO my knowledge it does not.
Just do not cache these parts then.
Thomas Tomiczek
THONA Consulting Ltd.
-----Original Message-----
From: Chris Scott [mailto:chris@e...]
Sent: Mittwoch, 30. Mai 2001 15:18
To: ASP+
Subject: [aspx] Output Cache
In the introducing .net book (p230), it is stated that asp.net is clever
enough to check for exact matches on querystring/form data as well as
theURL before sending a client a cached version of a page.
Does asp.net check for any cookie match's or is there a way of forcing
this when a users cookies may be being used as a username/password
combination giving greater levels of access?
|
|
 |