Hi,

open gloal.aspx

you find this,

Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)


' Fires when the session is started
session("data_1")="This is data"
session("data_2")=999


End Sub


when session starts values are assigned.

when you want this values can access any where in the project