CAM-Session

 view release on metacpan or  search on metacpan

index.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<base href="http://www.clotho.com/code/CAM-Session/index.html">
<title>CAM-Session</title>
<link href="/css/demo.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/js/demo.js" type="text/javascript"></script>
<style>
p.desc, td.links, a {
  line-height: 17pt;
}
thead tr td {
  align: left;
  font-weight: bold;
  font-style: italic;
}
a {
  font-weight: bold;
  text-decoration: none;
  aborder-bottom: 1px dotted white;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  atext-decoration: none;
  aborder-bottom: 1px solid white;
}
</style>
</head>
<body>
<div class="title">
<img src="/images/clotho.gif" alt="Clotho Advanced Media, Inc." width="339" height="117" border="0">
</div>

<div class="body">

<p class="title">CAM-Session</p>

<p class="subtitle">Last update: <a href="perl/CAM-Session-1.03-docs">v1.03</a>, 2005-04-26</p>



<p>
This module implements CGI session state via a MySQL database.  If you
are just starting out, we recomment CGI:<!-- -->:Session instead of this
module.
</p>

<p>
The Perl modules that CAM:<!-- -->:Session most closely resemble are
CGI:<!-- -->:Session and Apache:<!-- -->:Session.  It's main advantages over those
module are:
</p>

<p>
 * Simplicity - there's almost nothing to configure
 * Compatibility with CAM:<!-- -->:App and CAM:<!-- -->:UserApp
</p>

<p>
It's disadvantages are:
</p>

<p>
 * Flexibility of the datastore - CAM:<!-- -->:Session supports only MySQL
 * Some features, like distinguishing access time from creation time
 * CGI:<!-- -->:Session is very popular
</p>

<table cellspacing="0" cellpadding="2" border="1" width="100%">
  <thead>
    <tr>
      <td>License</td>
      <td>Files</td>
      <td>Date</td>
    </tr>
  </thead>
  <tbody>
    
      <tr>
        <td valign="top"><a href="#perl">Perl</a></td>
        <td valign="top">
          <a href="perl/CAM-Session-1.03.tgz">CAM-Session-1.03.tgz</a>



( run in 2.636 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )