在程序中定義Session
 Session("example")= "OK"
在另一個頁面使用Session
 Dim Str As String= Session("Example")

str= "OK"