freebsd-ports/www/mod_uid/pkg-descr
Yen-Ming Lee bc5d34ab38 add mod_uid-1.1.0
The standard distribution of Apache does not provide adequate means for user
tracking, and this module provides them. What it actually does:

+ if the user has provided the cookie header with the correct cookie-name,
   the module writes this cookie in notes with the name uid_got (accordingly,
   then it may be written to the log);

+ if the user has arrived without the required cookie, the module issues the
   SetCookie header for him/her and writes the cookie thus issued in notes
   with the name uid_set (and this may also be written to the log);

+ if built-in P3P support is included, the P3P header is also issued as the
   Set-Cookie header is issued.

WWW: http://www.lexa.ru/programs/mod-uid-eng.html
2004-01-05 17:19:08 +00:00

16 lines
719 B
Plaintext

The standard distribution of Apache does not provide adequate means for user
tracking, and this module provides them. What it actually does:
+ if the user has provided the cookie header with the correct cookie-name,
the module writes this cookie in notes with the name uid_got (accordingly,
then it may be written to the log);
+ if the user has arrived without the required cookie, the module issues the
SetCookie header for him/her and writes the cookie thus issued in notes
with the name uid_set (and this may also be written to the log);
+ if built-in P3P support is included, the P3P header is also issued as the
Set-Cookie header is issued.
WWW: http://www.lexa.ru/programs/mod-uid-eng.html