for x = 1 to 10
response.write session("cod"&x) &"
"
next


codice:
for x = 1 to 10
response.write ( session("cod"&x) &"
") 
next