Sessions are very important when developing HTTP based systems; however using sessions with certain types of clients in .net can be tricky, I prefer to keep everything simple and under my control, so during the development of some project that uses an old Windows Mobile 6.5 client; I wrote an implementation of a simple session, it supports database sessions only for now.
My design consists of 3 classes and one interface
Recent Comments