Session persistence
I have an application in which I use sqlstate server. Everytime application is run new session is created as seen in SQL server tables. I want to get previous value of session if application is re-run without sql server getting restarted so that session persists.
Last edited by vickyanu; March 25th, 2013 at 09:24 AM..
|