From e471abcec76594da1eb506e21d96db75f6807ae2 Mon Sep 17 00:00:00 2001 From: pcs Date: Fri, 18 Apr 1997 20:42:19 +0000 Subject: [PATCH] Two cookies questions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77928 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/FAQ.html | 59 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 59c1f5bc90..4078d3b1a8 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

-$Revision: 1.24 $ ($Date: 1997/04/15 21:17:46 $) +$Revision: 1.25 $ ($Date: 1997/04/18 20:42:19 $)

Throughout the text of this FAQ you may find numbers enclosed in @@ -95,6 +95,11 @@ reference URLs to be found at the end of the document.

  • Why do I get "setgid: Invalid argument" at startup?
  • +
  • Why does Apache send a cookie on every response? +
  • +
  • Why don't my cookies work, I even compiled in + mod_cookies? +

  • +
  • + Why does Apache send a cookie on every response? +

    + Apache does not send automatically send a cookie on every + response, unless you have re-compiled it with the + mod_cookies[22] module. + This module was distributed with Apache prior to 1.2. + This module may help track users, and uses cookies to do this. If + you are not using the data generated by mod_cookies, do not compile + it into Apache. Note that in 1.2 this module was renamed to the + more correct name + mod_usertrack[23], and cookies + have to be specifically enabled with the + CookieTracking[24] + directive. +

    +
    +
  • +
  • + Why don't my cookies work, I even compiled in mod_cookies? + +

    + Firstly, you do not need to compile in mod_cookies in order + for your scripts to work (see this question + for more about mod_cookies). Apache passes on your Set-Cookie header + fine, with or without this module. If cookies do not work it will + be because your script does not work properly or your browser does + not use cookies or is not set-up to accept them. +


  • @@ -893,6 +933,23 @@ reference URLs to be found at the end of the document.
    http://www.apache.org/docs/mod/core.html#group +
    [22] +
    +
    http://www.apache.org/docs/mod/mod_cookies +
    +
    [23] +
    +
    http://www.apache.org/docs/mod/mod_usertrack +
    +
    [24] +
    +
    http://www.apache.org/docs/mod/mod_usertrack#cookietracking
    -- 2.40.0