Joke Collection Website - Public benefit messages - How does ajax in C# submit session verification code to ashx file?

How does ajax in C# submit session verification code to ashx file?

The session doesn't need ajax, and can be verified directly in the ashx file.

Should you verify it in the text box and send it to the ashx file with ajax? It is very convenient to use jQuery.

Note that the previous layer said that the session cannot be used without adding a reference.