<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Getting username from &#099;ookie(?)</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Getting username from &#099;ookie(?)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 20:18:57 +0000</pubDate>
  <lastBuildDate>Sun, 01 Feb 2004 00:43:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=9432</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Getting username from &#099;ookie(?) :   safranko wrote: I&amp;#039;m kinda...]]></title>
   <link>https://forums.webwiz.net/getting-username-from-cookie_topic9432_post50221.html#50221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13756">thekiwi</a><br /><strong>Subject:</strong> 9432<br /><strong>Posted:</strong> 01&nbsp;February&nbsp;2004 at 12:43am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by safranko" alt="Originally posted by safranko" style="vertical-align: text-bottom;" /> <strong>safranko wrote:</strong><br /><br /><P>I'm kinda new to asp, so I'm trying to figure this out.&nbsp; I would like my main page on my website (not the forum)&nbsp;to show the username and a welcome message if the user is currently logged in.&nbsp; Is the username stored in a cookie?&nbsp; If so, what is the name of the cookie.&nbsp; If not, is there anyway to do what I'm asking?</P><P>Please help!&nbsp; Thanks.</P><P></td></tr></table> </P><P>Try something like:</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P>&lt;!--#include file="/forum/common.asp" --&gt;<BR>&lt;% <BR>&nbsp;' Collect Username from database using available WWF Cookie.<BR>&nbsp;strSQL = "SELECT " &amp; strDbTable &amp; "Author.Username" _<BR>&nbsp;&nbsp;&nbsp;&amp; " FROM " &amp; strDbTable &amp; "Author " _<BR>&nbsp;&nbsp;&nbsp;&amp; " WHERE " &amp; strDbTable &amp; "Author.User_code = '" &amp; Request.Cookies(strCookieName)("UID") &amp; "';"<BR>&nbsp;'Query the database<BR>&nbsp;rsCommon.Open strSQL, adoCon<BR>&nbsp;if rsCommon.EOF then<BR>&nbsp;&nbsp;Status = False ' We cant find their details, or the Cookie was blank<BR>&nbsp;else<BR>&nbsp;&nbsp;Status = True<BR>&nbsp;&nbsp;Username = rsCommon("Username")<BR>&nbsp;end if<BR>&nbsp;%&gt;</P><P></pre></td></tr></table></P><P>Assuming your fourm is located in /forum/</P>]]>
   </description>
   <pubDate>Sun, 01 Feb 2004 00:43:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/getting-username-from-cookie_topic9432_post50221.html#50221</guid>
  </item> 
  <item>
   <title><![CDATA[Getting username from &#099;ookie(?) : I&amp;#039;m kinda new to asp, so...]]></title>
   <link>https://forums.webwiz.net/getting-username-from-cookie_topic9432_post50219.html#50219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15204">safranko</a><br /><strong>Subject:</strong> 9432<br /><strong>Posted:</strong> 01&nbsp;February&nbsp;2004 at 12:18am<br /><br /><P>I'm kinda new to asp, so I'm trying to figure this out.&nbsp; I would like my main page on my website (not the forum)&nbsp;to show the username and a welcome message if the user is currently logged in.&nbsp; Is the username stored in a cookie?&nbsp; If so, what is the name of the cookie.&nbsp; If not, is there anyway to do what I'm asking?</P><P>Please help!&nbsp; Thanks.</P>]]>
   </description>
   <pubDate>Sun, 01 Feb 2004 00:18:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/getting-username-from-cookie_topic9432_post50219.html#50219</guid>
  </item> 
 </channel>
</rss>