You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Tuomo L <tl...@cc.hut.fi> on 2004/04/01 11:29:39 UTC

Using the session context with database actions

Posting this here for a faster response...

I need to save the user's id in db. Here's what I have in database
descriptor:

<value name="owner_id" type="int">
  <mode name="session-context" type="all">
    <parameter>authentication/authentication/ID</parameter>
  </mode>
</value>

All I get is NULL in the db. Is the syntax ok? I cheched the existance of
the ID in the session context and the ID is there.

Cocoon 2.1.4

Thanks in advance,
-Tuomo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org