salve, dovrei stampare tutte le sessioni create.
ho provato con
ma non va... come posso fare?codice:for each item in session response.write(session(item)) next
salve, dovrei stampare tutte le sessioni create.
ho provato con
ma non va... come posso fare?codice:for each item in session response.write(session(item)) next
<%
for each x in Session.Contents
Response.Write(x & "=" & Session.Contents(x) & "
")
next
%>
oppure
<%
For i=1 to Session.Contents.Count
Response.Write(i & "=" & Session.Contents(i) & "
")
Next
%>
Roby
www.creamweb.it [v. 3.0]
:: Script ASP!
:: Web directory gratuita!
:: Campioni del mondo!