On 29 Jun 2006 13:12:48 -0700, "furby" <Wo*******@gmail.com> wrote:
I'm starting to wonder if maybe there is some sort of bug in crystal
reports that destroys session variables in ASP apps. I've tried
tracking other session variables and they are also lost at the same
time. I also tried naming the session variables something else (Tried
"RoleVar", "VarRole", "Admin", "AdminRole", and so on) and they all get
lost in the same way - every time I run a crystal reports report. Also,
this happens when I run ANY Crystal RPT file - not just this one....
It's just really really weird - I have never seen this happen before....
Well, that method of calling a Crystal report is not a supported one anymore but I doubt it is a bug..
We use session variables in our asp pages that call Crystal ( the modern way, with COM objects in asp pages or having
them published to Enterprise or Crystal Report Server) and they are persistant..
The fact the ALL your session variables are lost indicates to me that the session that set them has been
abandoned...without seeing the exact code used in calling the report, I do not know where/why that would be happening..
Sorry I can;t be of more help..Try one of the great Crystal-Related forums in
www.tek-tips.com - many experienced
'real-world' users there provide very good solutions..Someone may have had the exact problem..