Monday, August 27, 2007

Anonymous identification in ASP.NET 2.0 (nitpicking)

MSDN page on HttpRequest.AnonymousID says that the generated anonymous ID can be changed in AnonymousIdentification_OnCreate handler. But in reality you should use AnonymousIdentification_Creating handler (as it said in MSDN page on AnonymousIdentificationEventArgs class).

Labels: , , ,

0 Comments:

Post a Comment

<< Home