RE: [Zope] cookies
I presume that there are in built functions for handling cookies etc, but I can't find the documentation.
Reading cookies from the REQUEST is at: http://www.zope.org/Documentation/Guides/DTML/DTML-HTML/DTML.html#pgfId- 509334 and writing Cookies to the RESPONSE is at: http://www.zope.org/Documentation/Guides/DTML/DTML-HTML/DTML.html#pgfId- 913362 <!--#call "RESPONSE.setCookie(fav_color,'blue')"--> --Rob
In article <613145F79272D211914B0020AFF64019142E4F@gandalf.digicool.com> , Rob Page <rob.page@digicool.com> writes
I presume that there are in built functions for handling cookies etc, but I can't find the documentation.
Reading cookies from the REQUEST is at:
http://www.zope.org/Documentation/Guides/DTML/DTML-HTML/DTML.html#pgfId- 509334
and writing Cookies to the RESPONSE is at:
http://www.zope.org/Documentation/Guides/DTML/DTML-HTML/DTML.html#pgfId- 913362
<!--#call "RESPONSE.setCookie(fav_color,'blue')"-->
--Rob
Thanks, I found it, but I was looking for something less terse, and suited for a complete newbie! ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz
I am using Zope 1.10.2 on Solaris 2.6 I have had Zope running here flawlessly until recently. We have a web page called "Who's Who". It queries an Oracle database to get a list of people in our department, and hyperlinks pager pin number if someone wanted to send an e-mail message to one of our pagers (through Page Net). Clinking on a pin number that coresponds to one of our staff members queries the database again to bring up the staff member name and pin number, and brings up a page where the user can then enter who the page is from and the message. Then the user hits submit and the data is sent to a dtml document with sendmail commands for a pager message to be sent to Page Net. It has worked flawlessly until recently. Now when a user tries to send their page, they get the following: ! Temporarily Unavailable The resource you requested is temporarily unavailable - please try again later. (116) unable to connect, fd=3 And then pcgi dies. With my wife's recent health problems, I have missed almost two weeks of work, and I have not been able to return to work to record all the new work I have done with Zope. I am here, and a bit alienated from what I had accomplished last month, so I haven't a clue what I might have done to set this error off. Please help the blind! -- Tim Hawes tim.hawes@ncmail.net
participants (3)
-
Graham Chiu -
Rob Page -
Tim Hawes