Forum Moderators: mack
If it is asp VB then it would be: Session("SessionUserId") = rs("UserID")
you access it by:
dim variable = Session("SessionUserId")