Need to create a cookie outside a webpage via a Python script. Basically need to write internal user data to a bogas cookie at logon. Our external website will then pick these bits of information up if the user is internal and going to certain areas of the external site for logging. I am using the Cookie library to create the cookie, but I cannot figure out how to write it to disk so that the site can pick it up later. Do I need to do something using CGI, special encoding? Thanks much, Charles
 

Reply via email to