Hey,
I have this problem when trying to read a session in another asp.net page.
Object reference not set to an instance of an object.
If Session("cne").Equals("") Then
Response.Redirect("Default.aspx")
End If
I'm setting the session in the Default page with this code :
Session("cne") = cne.Text
Thanks.