On Fri, 2004-03-19 at 02:02, Kevin Carlson wrote:
Chris McDonough wrote:
I guess that I don't understand why sessioning is causing this issue.
Neither do I, but I haven't really seen the code you're using, so it's
not really possible to deduce what's happening.
The code that I am using only checks values of variables held in the
session. I need field level access control for some of the forms that
I am displaying so I pass around a field level access code along with
some other user information in the session. I have a bit of code in
each of these forms (written in DTML) that checks the session variables
and then displays only the items that they are allowed to see. The
code never alters the information in the session, it is a read only
operation.