<?xml version="1.0" encoding="ISO-8859-1"?><page xmlns:xsp="http://apache.org/xsp" xmlns:xsp-cookie="http://apache.org/xsp/cookie/2.0" xmlns:xsp-request="http://apache.org/xsp/request/2.0">
    <title>COOKIE LOGIC SHEET TEST1</title>
    
    <br>Trying to generate a cookie with name=testname, value=testvalue, maxage=10 years </br>
    

        
    

        
                
    
    <br>Cookie Generated</br>
    
    <br>***********</br>
    <br> Cookies as XML </br>
      
    <br>***********</br>
    
    <br> Single cookie as XML (using "name" attribute) </br>      
      
    <br>***********</br>
    
    <br> Single cookie as XML (using "index" attribute) </br>      
      <textarea cols="60" rows="8"/>
    <br>***********</br>
    
    <br> Name of cookie by using index </br>
      
      <cookiename/>
    <br>***********</br>
    
    <br> Comment of cookie by using name </br>
      
      <cookiecommentname/>
    <br>***********</br>
    
    <br> Comment of cookie by using index </br>
      
      <cookiecommentindex/>
    <br>***********</br>
    
    <br> Domain of cookie by using name </br>
      
      <cookiedomainname/>
    <br>***********</br>

    <br> Domain of cookie by using index </br>
      
      <cookiedomainindex/>
    <br>***********</br>
    
    <br> MaxAge of cookie by using name </br>
      
      <cookiemaxagename/>
    <br>***********</br>

    <br> MaxAge of cookie by using index </br>
      
      <cookiemaxageindex/>
    <br>***********</br>
    
    <br> Path of cookie by using name </br>
      
      <cookiepathname/>
    <br>***********</br>

    <br> Path of cookie by using index </br>
      
      <cookiepathindex/>
    <br>***********</br>
    
    <br> Secure of cookie by using name </br>
      
      <cookiesecurename/>
    <br>***********</br>

    <br> Secure of cookie by using index </br>
      
      <cookiesecureindex/>
    <br>***********</br>

    <br> Value of cookie by using name </br>
      
      <cookievaluename/>
    <br>***********</br>

    <br> Value of cookie by using index </br>
      
      <cookievalueindex/>
    <br>***********</br>
    
    <br> Version of cookie by using name </br>
      
      <cookievaluename/>
    <br>***********</br>

    <br> Value of cookie by using index </br>
      
      <cookievalueindex/>
    <br>***********</br>

    

  </page>