On 07/11/2015 03:54 AM, Jerry Geis wrote: > I use an apache interface to my application, the URL line has > parameters line mscript?value=2&something=4 etc.. Maybe don't give the client information that you don't want them to see. Send them a session ID, and store your private information in a local session store. Every web framework should have a library for session data handling.