ClifG Posted April 20, 2006 Posted April 20, 2006 I have been having a hard time with an instant web publishing application (FM8) on a number of levels. One is reguarding customizing the experience for different user levels. The basic mo is to use "Get ( PrivilegeSetName )" in various scripts to base events on the PrivilegeSetName. After some frustration I created a log of login and logout which recorded the results of Get ( PrivilegeSetName ) and the timeStamp for loggin and loggout. Here is what I got. Login = 4/20/2006 7:58:19 AM - ben - Denver (correct PrivlegeSet) Then Logout = 4/20/2006 7:58:56 AM - ben - [Full Access] (wrong PrivlegeSet) So it seems that between login and logout FM8 was not able to consistently answer the Get ( PrivilegeSetName ) with the right answer. I am assuming that this is limited to IWP and that in a local app the answer is right whenever it is asked. Am I seeing something wrong here? Does any one know if this is a known bug in IWP.
Wim Decorte Posted April 21, 2006 Posted April 21, 2006 Do you happen to have the logout script set to run with full access privileges?
ClifG Posted April 21, 2006 Author Posted April 21, 2006 Do you happen to have the logout script set to run with full access privileges? Yes I did, egg on my face... I never thought of that as impacting the responce from that script step. Thanks!
Recommended Posts
This topic is 7060 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