I am trying to loop through the session.contents collection and write the value of each item in the collection, but I am getting the error - Wrong number of arguments or invalid property assignment.
For each Item in Session.Contents
Response.Write Item & " value=" & Session(Item)
next
For each Item in Session.Contents
Response.Write Item & " value=" & Session(Item)
next