Hi everybody,
My site is based on CS2002 Starter site. User prefs and tracking (cookie
and
URL tracking fallback mode) were OK a few months ago. I've recently tested
the no cookie (URL tracking) mode by inhibiting cookies on my browser and
the
URL no cookie tracking mode does not work : no URL user pref and ticket
param
are generated on the URL. I checked the following :
detectCookies="true" in web.config
Param Name="TrackAnonUsers" Value="true" in web.config.
the methods AuthorizationProvider.TrackAnonymousUser and
serPreferences.Current.TrackPreferences are called in
Application_AuthorizeRequest.
I'm stuck, any idea to investigate further or to solve this problem is
welcome.
Cheers,
Sacha