--
You received this message because you are subscribed to the Google Groups "py4web" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py4web+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/py4web/077a9795-d6e6-4fe6-9fa2-9c567c64f997n%40googlegroups.com.
| response.set_cookie( | |
| self.local.session_cookie_name, | |
| str(cookie_data), | |
| path="/", | |
| secure=self.local.secure, | |
| same_site=self.same_site, | |
| ) |
To view this discussion on the web visit https://groups.google.com/d/msgid/py4web/79a48147-0339-4a8a-89ce-8b1911e35f03n%40googlegroups.com.