kuma_24 Posted August 8, 2005 Posted August 8, 2005 I have figured out how to set cookies and retrieve them. The porblem is I seem to only be able to do one cookie. I set a cookie and was able to call it back. I tried to set another cookie and I have not been able to get it back. And when i do a get_cookies it only shows the first one. I am looking for any information about cookies and how they are used and any rules/syntax that people know about. And if you could answer the multiple cookie question in the process that would be great. Thanks, Nick
Martin Brändle Posted August 15, 2005 Posted August 15, 2005 Nick, reading cookies was changed with the FMSA WPE 7v3 updater. From its Readme file: "1.4.1. Made changes to the get_cookie() and get_cookies() functions. fmxslt:get_cookie(String name) returns COOKIES node-set that has the specified cookie name. fmxslt:get_cookies() returns COOKIES node-set with all of the cookies supplied by the client. Both functions return a node-set in the following structure: The XML namespace for the cookies node-set is: http://www.filemaker.com/xml/cookie. Be sure to declare the namespace and provide a prefix for the namespace. Information in the Custom Web Publishing Guide about the get_cookie() and get_cookies() functions is incomplete. See the XSLT Reference database for updated descriptions and examples."
Clinton Posted September 12, 2005 Posted September 12, 2005 Where is the XSLT Reference database (which it mentions in the readme) located, exactly? Couldn't seem to find a link to it, anywhere...
Martin Brändle Posted September 12, 2005 Posted September 12, 2005 (edited) It's on the FMS7A installation CD, a folder called "Custom Web Publishing Reference". I copied this folder to /Applications/FileMaker Server 7/. Addition: To get the newest files, use the WPE 7v03 updater. Edited September 12, 2005 by Guest Addition
Recommended Posts
This topic is 7013 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now