<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018996" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018996</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/creating-login-cookie#comment-1112524</link>
    <description> &lt;p&gt;Thanks.  I passed this along.  If he has more questions I&#039;m going to suggest that he come here to ask directly.  Thanks again.&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Aug 2002 03:49:26 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1112524 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/creating-login-cookie#comment-1112481</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;%&lt;br /&gt;&lt;br /&gt;&amp;#039; creating/updating a cookie&lt;br /&gt;Response.Cookies(&amp;quot;Username&amp;quot;) = Username&lt;br /&gt;Response.Cookies(&amp;quot;Username&amp;quot;).Expires = DateAdd(&amp;quot;d&amp;quot;, 1, Date)&lt;br /&gt;Response.Cookies(&amp;quot;Password&amp;quot;) = Password&lt;br /&gt;Response.Cookies(&amp;quot;Password&amp;quot;).Expires = DateAdd(&amp;quot;d&amp;quot;, 1, Date)&lt;br /&gt;&lt;br /&gt;&amp;#039; reading a cookie&lt;br /&gt;Username = Request.Cookies(&amp;quot;Username&amp;quot;)&lt;br /&gt;Password = Request.Cookies(&amp;quot;Password&amp;quot;)&lt;br /&gt;&lt;br /&gt;&amp;#039; clearing a cookie&lt;br /&gt;Response.Cookies(&amp;quot;Username&amp;quot;) = &amp;quot;&amp;quot;&lt;br /&gt;Response.Cookies(&amp;quot;Password&amp;quot;) = &amp;quot;&amp;quot;&lt;br /&gt;&lt;br /&gt;%&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;You&#039;ll need to check/read the cookie, then jump to wherever the script starts the session.  Basically faking a form submission.  Hopefully, the session creation was put in a function or subroutine that you can easily call.&lt;/p&gt;
&lt;p&gt;You&#039;ll probably want to create a header file you can include everywhere.  That way, no matter where they enter the site, it will read the cookie and log them in.&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Aug 2002 05:08:44 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112481 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/creating-login-cookie#comment-1112464</link>
    <description> &lt;p&gt;And so, I&#039;m moving this to the Scripting Forum... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;ASP Login is the question.&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Aug 2002 22:03:33 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1112464 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/creating-login-cookie#comment-1112457</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by zollet &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;I suggest you find out what language the members area is written in. I mean, if it&#039;s in ASP, it wouldn&#039;t help if you provided you with PHP code.. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;His answer was &quot;The site is all in ASP which mixes VBScript, JavaScript, and HTML.&quot;&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Aug 2002 18:11:43 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1112457 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/creating-login-cookie#comment-1112439</link>
    <description> &lt;p&gt;I suggest you find out what language the members area is written in. I mean, if it&#039;s in ASP, it wouldn&#039;t help if you provided you with PHP code..&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Aug 2002 07:45:11 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1112439 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
