12/14/09

What you want to know about HTTP session persistence

Comment lines: Erik Burckart: What you want to know about HTTP session persistence -

Just the FAQs

In general, I get a lot of questions from various customers about HTTP session persistence. With Web 2.0 technologies taking off, more and more Web applications are being redesigned, and as they get changed, these same questions come up even more frequently. If you are involved in redesigning any Web applications for Web 2.0, here are answers to some of the questions you might soon be asking.

1. If I don’t need session persistence, can I turn it off?

Yes, you can configure session management to run with in-memory sessions, which is actually the default. You can still use HttpSessions in this mode, but if a failure occurs, the data stored in the HttpSessions will be lost.
.............read the remaining from this technical library article
Comment lines: Erik Burckart: What you want to know about HTTP session persistence

No comments: