I am working on a web application that uses a COM+ application to implement a shopping cart. While navigating the web, occasionally, the session seems to simply lose its context.
For example, if I'm navigating to detail pages on products, a detail page may generate an error. The error indicates that the primary component for the application is not available. Well, it was there for all previous pages. It gets created in global.asa. Why would it simply dissappear?
If I start a new session, the exact same navigation path and links work just fine.
So, this question is general in nature. What kind of things will cause the loss of session variables. In this case the most critical session variable is a COM object.
Thanks in advance,
Ron
For example, if I'm navigating to detail pages on products, a detail page may generate an error. The error indicates that the primary component for the application is not available. Well, it was there for all previous pages. It gets created in global.asa. Why would it simply dissappear?
If I start a new session, the exact same navigation path and links work just fine.
So, this question is general in nature. What kind of things will cause the loss of session variables. In this case the most critical session variable is a COM object.
Thanks in advance,
Ron