Hi,
I'm using an applet that reads a Digital Certificate and is working fine in LoginForm. I used two SetSessionValue (JavaScript from netweb.js) that sends two variables as a two GET messages to the server. But I could not found a way to catch them in LoginForm.
In WebHandler I can get it these two variables by GetValue and Store in SessionVariables. But LoginForm does not receive them until I call the applet again.
Sometimes these variables are sent to the server by two different threads because their generation does not occurs at the same time.
Could anyone help me where I can put a code to catch these variables in LoginForm?
Thank you,
Marcos