A
Alex
Hello,
This is a follow-up to my earlier post about having issues with our
application pool recycling. We currently use Session State InProc, but if I
were to choose to move the existing application to SQL instead, would the
only change in the application be the SessionState setting within
web.config? I know I'd also need to setup our MS SQL database to handle
sessions (detailed in MS Article 317604), but outside of this, is there
anything else we need to worry about changing?
I've read several articles online with the pro's and con's of InProc and SQL
Session States, and honestly in our situation I think SQL might give us more
bang for our buck. Problem is the application we're using has been in
production for almost a year and is rather lengthy. Not complex per say,
but it has many pages of content, all of which require access to the Session
variables.
Just checking... Thanks,
Alex
This is a follow-up to my earlier post about having issues with our
application pool recycling. We currently use Session State InProc, but if I
were to choose to move the existing application to SQL instead, would the
only change in the application be the SessionState setting within
web.config? I know I'd also need to setup our MS SQL database to handle
sessions (detailed in MS Article 317604), but outside of this, is there
anything else we need to worry about changing?
I've read several articles online with the pro's and con's of InProc and SQL
Session States, and honestly in our situation I think SQL might give us more
bang for our buck. Problem is the application we're using has been in
production for almost a year and is rather lengthy. Not complex per say,
but it has many pages of content, all of which require access to the Session
variables.
Just checking... Thanks,
Alex