[Zope-CVS] CVS: Products/CookieCrumbler/dtml - addSessionCC.dtml:1.1

Stuart Bishop zen at shangri-la.dropbear.id.au
Sat Apr 17 00:15:35 EDT 2004


Update of /cvs-repository/Products/CookieCrumbler/dtml
In directory cvs.zope.org:/tmp/cvs-serv15650/dtml

Added Files:
	addSessionCC.dtml 
Log Message:
SessionCookieCrumber added


=== Added File Products/CookieCrumbler/dtml/addSessionCC.dtml ===
<dtml-let form_title="'Add Session Cookie Crumbler'">
 <dtml-var manage_page_header>
 <dtml-var manage_form_title>
</dtml-let>

<p>
Cookie crumblers allow you to use cookie-based authentication with
most Zope user folders.  Place the cookie crumbler in the
same folder as your user folder.
</p>

<p>
A Session Cookie Crumber stores authentication credentials securly on the
server, rather than in the cookie on the client (making it more secure).
If you are running ZEO, you will need to ensure that connections have
server affinity, or that the session data is shared between ZEO clients.
</p>

<form action="manage_addSessionCC" method="POST">
<table cellspacing="0" cellpadding="2" border="0">
  <tr>
    <td align="left" valign="top">
    <div class="form-label">
    Id
    </div>
    </td>
    <td align="left" valign="top">
    <input type="text" name="id" size="25" value="login" />
    </td>
  </tr>
  <tr>
    <td align="left" valign="top">
    <div class="form-label">
    Create login_form, logged_in, and logged_out DTML methods
    </div>
    </td>
    <td align="left" valign="top">
    <input type="checkbox" name="create_forms" value="1" checked="checked" />
    </td>
  </tr>
  <tr>
    <td align="left" valign="top">
    </td>
    <td align="left" valign="top">
    <div class="form-element">
    <input class="form-element" type="submit" name="submit" 
     value=" Add " /> 
    </div>
    </td>
  </tr>
</table>
</form>

<dtml-var manage_page_footer>




More information about the Zope-CVS mailing list