[jQuery] Generate Session ID
I'm transitioning from "old-style" CGI programming to using
jQuery to access the server via Ajax. It is customary for me
to have the CGI script generate a random string to use as
a session ID.
Using Ajax with jQuery - would it be practical and safe for the
document to generate a Session ID in the onload or document.ready
phase and pass it to the server-side script?
Comments, caveats and examples are welcome.
thanks
tim