Comment: | [Toolserver Intuition] Fix bug that caused infinite loop and eventually Fatal error on memory exhaustion.
* tracking cookie function uses the cookie function
* cookie function has a parameter to do or not set a tracking cookie along
* tracking cookie calls cookie function and passes NO_TRACK, default is DO_TRACK
* not a pretty structure but should work well, except if those two constants are set to the same value *facepalm* |