Monthly Archives: September 2014

GlassMapper with Unity as DI Container

Default GlassMapper demo application uses CastleWindsor as DI container to resolve the dependencies in the runtime. This is also documented as part of the 1st tutorials on glass mapper site. There is another implementation with SimpleInjector but in situation if you … Continue reading

Posted in Sitecore | Tagged , , | Leave a comment

Sitecore Form Authentication Cookie Renewal and Sliding Expiration

Problem Implement Session Timeout feature in Sitecore and support default form authentication behavior of authentication cookie renewal/expiration and sliding expiration. I looked around the login method and it was called in a standard manner with a call to Sitecore’s Security … Continue reading

Posted in Sitecore | Tagged , , , | Leave a comment