Also, if you don't mind getting nitty-gritty, you can run wireshark or some
other sniffer to inspect the communications from the client to the server.
You should be able to trap the http requests. Since the cookies are part of
the request, you can read them in plain text.

This post (http://stackoverflow.com/questions/1170744) also suggests that
you can do the inspection with urllib2 directly.

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CANESWi0hrnSOqMYfdsqOrdyKYoOxfPA4CF_LitN332u5xEvTmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to