I am still banging my head on this. Why would inc_header.asp be able to read the database and use
Response.Write "<b>" & Session(strCookieURL & "username") & " (" & Session(strCookieURL & "userid")
to display your login name
yet when I try and use & Session(strCookieURL & "username") & " (" & Session(strCookieURL & "userid")
to insert the username into a database it wont work