Bug 45111 - make mod_usertrack use mod_unique_id if available
Summary: make mod_usertrack use mod_unique_id if available
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_usertrack (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2008-06-01 09:19 UTC by Takashi Sato
Modified: 2008-06-01 09:20 UTC (History)
0 users



Attachments
use UNIQUE_ID (1.25 KB, patch)
2008-06-01 09:20 UTC, Takashi Sato
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Sato 2008-06-01 09:19:23 UTC
This is reply to 
/* XXX: hmm, this should really tie in with mod_unique_id */

mod_usertrack have to generate a unique Cookie.
In the current code it uses time in microseconds and remote host.
But if mod_unique_id is enabled, mod_usertrack don't need to generate it.
mod_unique_id generates more unique ID.
Comment 1 Takashi Sato 2008-06-01 09:20:00 UTC
Created attachment 22048 [details]
use UNIQUE_ID