dlidstrom / MinaGlosor

Small website where you can practice on words.
http://minaglosor.se
MIT License
0 stars 0 forks source link

Redigera ord ska tolkas som Fel svar, dvs reset intervall #117

Closed dlidstrom closed 9 years ago

dlidstrom commented 9 years ago

Så att ordet schemaläggs igen.

dlidstrom commented 9 years ago

Problem att fixa:

    container.Register(
        Component.For<IDocumentSession>()
                    .UsingFactoryMethod(k => CreateSession(k.Resolve<IDocumentStore>()))
                    .LifeStyle.HybridPerWebRequestPerThread());