Session State works for InProc, but not for SQLServer mode

J

Jamie Schatte

We have two ASP.NET 2.0 websites, both running on the same production web
server. One website uses SQLServer mode for session state with no problems.
However, although the other website works great when we use InProc session
state, when we change to SQLServer mode for this website, it does not
work--session variables are not retained page to page (and no errors are
raised indicating a problem). The second website is using the same
connection string to the SQL Server as the first. Both websites use WebForms
authentication, both use the FormsAuthentication.RedirectFromLoginPage as
recommended after a user is successfully authenticated.

Any ideas? Thanks in advance!

Jamie Schatte
ProCare Rx
(e-mail address removed)
 
J

Jamie Schatte

This is now fixed...upon additional debugging it was discovered that a
non-serializable type was being stored in session state, which is a no-no
when using StateServer or SQLServer session state mode. Jamie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top