[ASP][Function]loading <Session> Value

讀取Session值

 

For Each key in Session.Contents
  Response.Write "Name=" key & " Value=" & Session(key) & "<br>"
Next