Hi,
Our application is using session to hold a recordset object pass to different pages (I know this is not a good practice). When we do stress test with 3 concurrent users hitting the site, the error "Object required: 'session(...)' come up SOMETIME, not always. It happened on the line:
set rsTemp = session("sessionRs")
What I don't understand is the inconsistency. Why this happens? Does it caused by using session for recordset?
Thanks!
Our application is using session to hold a recordset object pass to different pages (I know this is not a good practice). When we do stress test with 3 concurrent users hitting the site, the error "Object required: 'session(...)' come up SOMETIME, not always. It happened on the line:
set rsTemp = session("sessionRs")
What I don't understand is the inconsistency. Why this happens? Does it caused by using session for recordset?
Thanks!