You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by George Singer <gs...@lincoln.ac.uk> on 2004/08/02 10:08:57 UTC

Using Cookies in Cocoon

Can anyone point me to some decent examples of cookie Usage in Cocoon ?
 
regards
 
georges

Re: Using Cookies in Cocoon

Posted by go...@osmosis.gr.
hi georges

i use cookies in .xsp

--snip 1--
...
subject_id = <xsp:expr><xsp-cookie:getValue name="subject_id"/></xsp:expr>;     
...
--snip 1--


--snip 2--
...
<xsp-cookie:create-cookies>
 <xsp-cookie:cookie>
  <xsp-cookie:name>subject_id</xsp-cookie:name>
  <xsp-cookie:value>
   <xsp:expr>subject_id</xsp:expr>
   </xsp-cookie:value>
 </xsp-cookie:cookie>                
</xsp-cookie:create-cookies>	
...
--snip 2--



more information can you find looking for xsp-cookie logicsheet


--stavros


On Mon, 2 Aug 2004, George  Singer wrote:

> Can anyone point me to some decent examples of cookie Usage in Cocoon ?
>  
> regards
>  
> georges
> 


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