Newbies dani Merino Posted February 13, 2006 Newbies Posted February 13, 2006 Hi! I need help in xslt sessions. I need to set two diferents global fields in my DB. I think that when you do this you open a xslt session and it's not necessary use the command create_session("session name"), but i'm not sure. if i create new record setting the global fields, i open a session?? How i can know if the session is open?? Apear in the FM Server Admin??? In the next request the relations with the two global fields will be ok?? Anyone have documentation (good) about xslt sessions?? I activate the XSLT sessions in FMS8A and in the Publishing Engine. Sorry for my english i'm spanish and it's my first post and i'm a bit nervous. Dani
Martin Brändle Posted February 16, 2006 Posted February 16, 2006 You don't need the fmxslt:session extension functions for that. Look at page 88 of the FMSA CWP guide for how to set a global field. If you want that the global field will not be overwritten from different users, you just have to enable database sessions in your XSLT settings in the FMSA Web Publishing administration console. The WPE then will decide for itself what a session is (most probably access from the same IP address within the session timeout that can be defined in the general settings of the admin console). If it doesn't matter that the global field will be overwritten, you don't need to change anything in the administration console settings.
Newbies dani Merino Posted February 17, 2006 Author Newbies Posted February 17, 2006 Thanks for all Dani
Recommended Posts
This topic is 6852 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