Comment 6 for bug 142226

Revision history for this message
miwa (miwa) wrote :

We've just been bitten by this whilst integrating a php bulletin board with zope.

I wanted to use the same session id across zope and php, in order that they can pull the required data from the database. Both apps are happy with the session id generated by the other and stored in a cookie. However, zope magically quotes the session id if it generates it, and I then have to customise the php app to remove the quotes.

Would an acceptable solution be a zope.conf directive that controls cookie quoting (default quoting on)? I'll happily provide a patch if so. Unless you are doing integration of this sort, the default behaviour is fine.