<span style='font-family:Verdana'><span style='font-size:12px'><div class="post-text"> 
        <p style="margin:0px; padding:0px;" > 
                Hi,<br /> 
                <br /> 
                I want to store values in variables to access form another page(a.k.a State management).</p> 
        <p style="margin:0px; padding:0px;" > 
                Now I cannot use sessions since I have multiple Zope instances &amp; if one fails the user need to be redirected to another Zope instance and one session is valid only for one Zope instance.</p> 
        <p style="margin:0px; padding:0px;" > 
                Now my remaining options are</p> 
        <p style="margin:0px; padding:0px;" > 
                1)submit a Hidden input tag using POST method 2)Passing through URL with GET method 3)Using cookies 4)Using Database(which i think is 'making simple things complex'.)</p> 
        <p style="margin:0px; padding:0px;" > 
                I am not even considering the first 2 methods and I think using cookies is not secure.</p> 
        <p style="margin:0px; padding:0px;" > 
                So is there a commercial or open source module that can securely(encryption etc) do cookie Management.</p> 
        <p style="margin:0px; padding:0px;" > 
                if not I will have to use database.</p> 
        <p style="margin:0px; padding:0px;" > 
                Please inform me,if I am missing something.</p> 
        <p style="margin:0px; padding:0px;" > 
                Version - Zope 2.11.1<br /> 
                <br /> 
                Regards<br /> 
                Jibin</p> 
</div> 
</span></span>