cache-control:private what does it mean?????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    cache-control:private what does it mean?????

    frnds .....

    if i have cache-control:private .. does it stop proxy cacheing
    or anything else
    there is only local cacheing ....

    m i right

    plz help me out ..... THANX
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    It is more complete to point you to the HTTP Header RFC 2616 Header Field Definitions . With respect to your cache-control question this letter states:
    Originally posted by HTTP Header RFC 2616
    private
    Indicates that all or part of the response message is intended for a single user and MUST NOT be cached by a shared cache. This allows an origin server to state that the specified parts of the response are intended for only one user and are not a valid response for requests by other users. A private (non-shared) cache MAY cache the response.

    Note: This usage of the word private only controls where the response may be cached, and cannot ensure the privacy of the message content.
    Ronald :cool:

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      thanx , thanxxxx a lotttt

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        You are welcome. See you again.

        Ronald :cool:

        Comment

        Working...