<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Chris McDonough wrote:<br>
<blockquote cite="mid1079680868.9800.51.camel@athlon" type="cite">
  <pre wrap="">On Fri, 2004-03-19 at 02:02, Kevin Carlson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Chris McDonough wrote:

I guess that I don't understand why sessioning is causing this issue.  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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.

  </pre>
</blockquote>
The code that I am using only checks values of variables held in the
session.&nbsp; 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.&nbsp; 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.&nbsp; The
code never alters the information in the session, it is a read only
operation.&nbsp; <br>
<br>
The strange thing is that the code that is blowing up with the ZODB
conflict error in Transience never touches the session so something, as
you suggest, must be writing to the session implicitly but I have no
idea what that might be.<br>
<blockquote cite="mid1079680868.9800.51.camel@athlon" type="cite">
  <pre wrap=""></pre>
  <pre wrap="">Are you using Archetypes?  I found that it writes to the session on
every traversal of one of its objects.  Something is using sessions to
cause this, although it's hard to know what.

  </pre>
</blockquote>
I'm not using the Archetypes product, but I am using custom content
types in CMF 1.2.&nbsp; Well, not completely custom content types.&nbsp; What I
did was copy an existing content type, rename it, and reset some of
it's properties.&nbsp; Does retrieving CMF content type information from the
catalog metadata cause this?&nbsp; <br>
<br>
I am almost certain at this point that the problem lies within the
sessioning machinery as I have another skin within CMF that does the
same type of query but does not need the field level access information
and does not use sessions in any manner.&nbsp; This particular skin runs
it's page with no trouble at all.&nbsp; That begs the question to be asked:
Does CMF use sessions and could that be a possible cause of this
problem?<br>
<br>
I am very appreciative of everyone's help with this problem.&nbsp; Any&nbsp;
additional thoughts would be most welcome.<br>
<br>
Kevin<br>
<br>
</body>
</html>