Friday, March 23, 2012

Setting Cookies on Local Site

A quick tip for setting up cookies on a site you're running locally.  If you are going to explicitly set a domain property for your cookie, the domain should be ".[domain name].[domain extension]".  This means your local site needs to have a ".[domain extension]", or your cookie won't set in IE and Chrome (surprisingly, FF cookies seem to set OK on local sites without a domain extension).

An example.  If your local site address is "http://mylocalsite", you need to first adjust that to something like "http://mylocalsite.local".  Once this is done, the domain property on your cookie should be set to ".mylocalsite.local"

Wednesday, March 14, 2012

Setting up Security on Sitecore Workflows

Here's a blog post I just published about setting up security on workflows.  It can help fill in the gaps that the Sitecore Workflow Reference leaves!

Friday, March 9, 2012

Automatic Publishing in Sitecore

I wrote a post, Scheduling Futre Item Publishing in Sitecore, on scheduling Sitecore items to be published in the future.  It contains the relevant code necessary to set up automatic publishing as well.