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"
I am creating this blog mostly for me, so that I have references of things I use a lot and just a place to write down any random thoughts I want to. If you've stumbled across this and enjoy it, that's great. If not, that's just as well too.
Friday, March 23, 2012
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.
Subscribe to:
Posts (Atom)