Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how does CR keep track of # of users with ASP?

Status
Not open for further replies.

earme

Programmer
Jul 27, 2000
155
US
Hello,

I'm looking at CR examples of displaying reports via ASP and they create the report objects in Session variables. When the page is closed they set the variables to nothing and then abandon the session. For the ASP app I'm building though, the users login so I don't want their session to end when they close a report or they'd have to log in again. But when I was playing with their examples and took out the session.abandon it still seemed to count that as one open instance.
So, I'm wondering how CR keeps track of the # of users/sessions viewing reports. Do I have to abandon the session?

Thanks!
Earme
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top