Re: Session state in memcached without database backup

2008-11-02 Thread dormando
I wrote a rant on this a while ago: http://dormando.livejournal.com/495593.html If you really must do it, keep a super careful eye on your eviction rate... but I believe whatever session handler you're using should use the design pattern I describe in this post, if it's not already. -Dormando O

Session state in memcached without database backup

2008-11-01 Thread TheJonathan
I'm using memcached (1.2.6) combined with a .NET session provider (http://www.codeplex.com/memcachedproviders/Release/ ProjectReleases.aspx?ReleaseId=10468) to store sessions on my site. I currently have the database backup feature turned off, so the sessions exist only in memcached. Sessions ar