Freddd Posted August 30, 2005 Posted August 30, 2005 I have a database that is running through IWP on the Internet. When person submits their information, the session remains open. Id like to end the session by getting the user to a XSLT page that would kill the session. I have created some XSLT pages from the server using the Filemaker Site Assistant. But Im not sure where to incorporate the following code: fmxslt:invalidate_session(String session-name) anyone have a sample or a link to help?
Martin Brändle Posted August 31, 2005 Posted August 31, 2005 This won't work - IWP and CWP use different web engines, and the sessions they use are not related to each other. What happens when you use the "Exit Application" script step, which is web compatible?
Freddd Posted September 5, 2005 Author Posted September 5, 2005 when I use the exit application step it attempts to go to the IWP main page (the one that lists all the apps). That's not acceptable. any ideas? thanks.
Martin Brändle Posted September 6, 2005 Posted September 6, 2005 That's the drawback of IWP - it's instant, but has its limits. I do not know another solution. Any ideas?
Recommended Posts
This topic is 7016 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