Can session variables be accessed from code-behind? Yes. You can access the "Session" dictionary within a code-behind file just like you would if you were accessing it from within an line .aspx file. For example: Session("Name") = "Scott"