What the hell is spinny!!! lol Okay so i know what spinny is but why on earth did i decide to call it that? It’s fun looking back at my code
< % ‘write all session data
dim spinny
For Each spinny in Session.Contents
Response.Write(spinny & “-” & session.Contents(spinny) & ” “)
Nextresponse.Write(password_hash)
response.Write(” “)
response.Write(sql)
%>