Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
when i am adding session state the crystal report is not showing

and when i remove session state from web config thencrystal report showing.Can you explain me why this happen.

<sessionState mode="InProc" cookieless="true" timeout="60">
</sessionState>
Posted

1 solution

you need to store all your reports in one session object with a single key something like list <crystal reports=""> reports, don't to forget dispose and close the report viewer and the event (unload).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900