Question
Can you Set a Session variable through javascript?
How possible is it to set a Session variable through Javascript? I have a bunch of radio buttons on the customer home page, and I need to set a session variable based on the clicked radio button. this session var needs to be set when the radio button is clicked and not when submitted.
Can this be accomplished Asynchronously?
