I want to learn about sessions and reason I want to get familiar, I have a web
project in vb.net with two pages, login.aspx and results.aspx, user should logon
to login.aspx and then some values will be passed to results.aspx and
results.aspx and result.aspx shouls not dircetly be display if called in browsr,
instead should get re-directed to login.aspx.
Eventually when person logout I need to end session with page expiry, how to
start a session and how to pass parameters to another page?