This blog is a knowledge base...where I clip cool tricks and urls

Session state with Postgre

clipped from www.codeproject.com
The sample Solution has two projects. The SessionProviders project contains the providers and dependencies. The TestSessionProviders project is the web site I used for testing. The default page has various inputs to place into the Session State. One button places the inputs into Session State. Another button on the default page reads the values from Session State and displays them on the screen. Another button gracefully shuts down the application on the server receiving the request. One link on the default page takes the user to a page where it reads the Session State in the read-only mode. The read-only page has a button to retrieve the values in Session State. Another link on the default pages takes the user to a page where it does not need the Session State. The last link takes the user to a page where
 blog it

No comments: