In message <[EMAIL PROTECTED]>, OpenPavilion wrote: > just found out, that if I use "pickle.dumps(object)" (on client side) > and "pickle.loads(object)" (on server side) before and after sending, > I have access to the object.
That's assuming that the client and server can trust each other. If you can't be sure of that, then this sounds like it could be a security hole. -- http://mail.python.org/mailman/listinfo/python-list