Browse by Tags

All Tags » Sitecore » DMS (RSS)
Over the weekend, I posted part 1 of a discussion of this thing I created that I’m calling “conditional pages”. I promised to elaborate on the technical details, so here I am with some code samples and instructions that hopefully will allow others to reproduce what I have done....
A few days ago, I posed a question here (and on Twitter and on the SDN forum and some other places) regarding accessing visitor profile data from the HttpRequestBegin pipeline. I promised to post about why I needed to do that once I had everything working, so here’s the story. Sorry – it’s a bit of a long one. :)...
I have an HttpRequestBegin pipeline processor that runs right after the stock ItemResolver. I need for it to read a value from the current visitor's profile (or if a value isn't there, write one). Here's what my code looks like:...
Filed under: , , ,