0
I have a javascript method that returns a string, In the case:
var hash = PagSeguroDirectPayment.getSenderHash();
how to put this hash variable in a Session and read this Session in Asp.
Dim hash as string = Session("sessionDoHashExemplo").toString
or there is another way (without using post/get) to pass this information to Asp.
the above code is in a separate . js file, and I cannot use a Hidden input