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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using session variables as a collection

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I wondered if one of you could help me, I have the following problem:

I'm trying to put a collection object like
Request.Form("inStrings")
in a session variable.

The problem is that the request.form is a collection object because there is more then 1 string in it. When I put it in the session variable and try to get all the strings out using

for each item in session("inStrings")
...
next

I get the following error : 'Object is not a collection'

Does anyone know a solution to this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top