[geeklog-cvs] geeklog-1.3/docs config.html,1.33,1.34 history,1.221,1.222

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sun Aug 8 13:00:14 EDT 2004


Update of /var/cvs/geeklog-1.3/docs
In directory www:/tmp/cvs-serv12605/docs

Modified Files:
	config.html history 
Log Message:
Added support for PHP SESSIONS - using the PEAR class HTTP_Session.

Index: config.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/docs/config.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** config.html	3 Aug 2004 10:57:08 -0000	1.33
--- config.html	8 Aug 2004 17:00:09 -0000	1.34
***************
*** 250,253 ****
--- 250,265 ----
    <td valign="top">0</td>
    <td valign="top">Only set to 1 if your site uses HTTPS (see the <a href="http://www.php.net/manual/en/function.setcookie.php">PHP manual</a> for details).</td></tr>
+ <tr>
+   <td valign="top"><a name="desc_sessions_usecookie">sessions_usecookie</a></td>
+   <td valign="top"><i>true</i></td>
+   <td valign="top">The Session ID is a unique identifier that needs to be passed to the Webserver to restore the Server based session information. By default a browser cookie will be used to store the session id on the client side. This cookie is only valid for that browser session and unqiue for each browser instance.</td></tr>
+ <tr>
+   <td valign="top"><a name="desc_sessionid">sessionid</a></td>
+   <td valign="top">SessionID</td>
+   <td valign="top">The Name of the SessionID variable to use - not the contents just the  name.</td></tr>
+   <tr>
+   <td valign="top"><a name="desc_sessionid_prefix">sessionid_prefix</a></td>
+   <td valign="top">(empty)</td>
+   <td valign="top">In rare cases it may be necessary to use a prefix for the Unique Session ID. Prefix would be added to a ID that is generated based on the current time in microseconds.Prefix can be up to 114 characters long.</td></tr>
  </table>
  

Index: history
===================================================================
RCS file: /var/cvs/geeklog-1.3/docs/history,v
retrieving revision 1.221
retrieving revision 1.222
diff -C2 -d -r1.221 -r1.222
*** history	5 Aug 2004 12:58:05 -0000	1.221
--- history	8 Aug 2004 17:00:10 -0000	1.222
***************
*** 3,7 ****
  XXX XX, 2004 (1.3.10)
  ------------
! 
  - In the site's page title, replace the site slogan with more meaningful
    information, where possible, e.g. "Submit a Story" on the story submission
--- 3,7 ----
  XXX XX, 2004 (1.3.10)
  ------------
! - Added support for PHP SESSIONS [Blaine]
  - In the site's page title, replace the site slogan with more meaningful
    information, where possible, e.g. "Submit a Story" on the story submission




More information about the geeklog-cvs mailing list