Using Crystal 9 and when we go to a page we use Session Variables to determine if they have access to update screens but when we come back we have lost the session variables to determine this. Anyone have any ideas or solutions.
If you are using the "out-of-the-box" Crystal ASP pages, they have a call in them, Session.Abandon. That destroys all your session variables, both the Crystal related ones, like Session("oRpt" and any that you create. You need to modify the asp pages to not use Session.Abandon and instead individually destroy the Crystal objects that have been stored in session variables.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.