<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020279" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020279</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cookie-or-not-cookie#comment-1123956</link>
    <description> &lt;p&gt;I just came across an O&#039;Reilly book titled: &quot;Writing Apache Modules with Perl and C&quot; which seems to explain the pros and cons of hidden form elements vs. cookies vs. server-side-persistence methods (sessions).  Looks like I may be implementing my first real database after all!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.oreilly.com/catalog/wrapmod/&quot; class=&quot;bb-url&quot;&gt;http://www.oreilly.com/catalog/wrapmod/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Jan 2003 18:35:08 +0000</pubDate>
 <dc:creator>critical</dc:creator>
 <guid isPermaLink="false">comment 1123956 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cookie-or-not-cookie#comment-1123955</link>
    <description> &lt;p&gt;Perl, Red Hat Linux server, no database other than reading/writing to flat text files&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Jan 2003 17:42:10 +0000</pubDate>
 <dc:creator>critical</dc:creator>
 <guid isPermaLink="false">comment 1123955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cookie-or-not-cookie#comment-1123952</link>
    <description> &lt;p&gt;You could make your own fake sessions.  I don&#039;t know what language you&#039;ll be using, so I&#039;ll pseudocode it...&lt;/p&gt;
&lt;p&gt;check user&#039;s machine for _cookie_&lt;br /&gt;
if ( _cookie_ ) {&lt;/p&gt;
&lt;p&gt;sql: delete from session_table where last_active&amp;gt;15_minutes_ago&lt;br /&gt;
sql: select * from session_table where session_id=_cookie_&lt;/p&gt;
&lt;p&gt;if ( _recordset_ ) {&lt;/p&gt;
&lt;p&gt;obtain _authentication_ for user&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;if ( no _authentication_ ) {&lt;/p&gt;
&lt;p&gt;prompt for login&lt;br /&gt;
sql: insert into session_table&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Jan 2003 17:28:13 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1123952 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cookie-or-not-cookie#comment-1123949</link>
    <description> &lt;p&gt;Sessions is the other option.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Jan 2003 17:17:51 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1123949 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
