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

submitted by ajdotnetajdotnet(2940) 5 years, 2 months ago

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

2 comments |category: |Views: 19

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(4063) 5 years, 2 months ago 0

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.

Reply

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

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

Reply

information Login or create an account to comment on this story