Bury in-proc session state! (ajdotnet.wordpress.com)

published 2 years, 11 months ago, submitted by ajdotnetajdotnet(2815) 2 years, 11 months ago

In-proc session state - which is the default session management configuration - does not work!

2 comments | category: | Views: 15

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:

Comments:

posted by yesthatmcgurkyesthatmcgurk(3805) 2 years, 11 months ago

The article is a bit overstated. Just because the worker process may be recycled, and therefore all in-proc state is lost, doesn't mean that in-proc session state "does not work." It works as advertized. If this is not acceptible to you (i.e., online retail where state = shopping cart = $$$), then don't use it. If it is (a forum, a blog, etc), then use it and don't freak out.
I could sit here and claim that out-of-proc session state doesn't work because (unless you use sql 2k5 correctly) there is no event fired when the session state times out. Its just a limitation of state models. Pick your poison.

posted by motionblurmotionblur(0) 2 years, 11 months ago

I would agree with yesthatmcgurk. The feature works as advertised and that's how I've used it.

information Login or create an account to comment on this story