<?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 : Integrating login_user to my home page..</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 : Integrating login_user to my home page..]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 12:36:39 +0000</pubDate>
  <lastBuildDate>Sun, 09 Jul 2006 15:16:39 +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=20617</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[Integrating login_user to my home page.. : Hi all, i have a website and...]]></title>
   <link>https://forums.webwiz.net/integrating-login-user-to-my-home-page_topic20617_post110451.html#110451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24316">degergio</a><br /><strong>Subject:</strong> 20617<br /><strong>Posted:</strong> 09&nbsp;July&nbsp;2006 at 3:16pm<br /><br />Hi all,<DIV>&nbsp;i have a website and i installed WWF to /forum folder to use this software.</DIV><DIV>&nbsp; i want to add a login_user to my homepage with a check. (if visitor is already a logged in member show member settings etc. or visitor isnot logged in show username password form)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; i have read a lot of posts about this subject on this forum. i have tried the function_member_API and the other way include file="forum/common.asp"</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; 1 - when i use the first way (function_member_API) it works properly, i also edited the logoff_user.asp to response.redirect "../mysitedefaultpage.asp". </DIV><DIV>&nbsp;&nbsp;&nbsp; but some problems occurs when user logs off from forum screen then goes to main site default page&nbsp;user is seem like not logged off and still sees user settings menu.</DIV><DIV>&nbsp;&nbsp; and i used the my own login form and i set the db connection&nbsp;to tblAuthor.&nbsp;here are&nbsp;my codes:</DIV><DIV><FONT color=#ff0000>login_screen.asp&nbsp;&nbsp;</FONT> </DIV><DIV>&lt;%if Session ("USER") &lt;&gt; "" and Session ("PASSWORD") &lt;&gt; "" Then <BR>call uyemenu<BR>elseif Request.Cookies ("USER") &lt;&gt; "" and Request.Cookies ("PASSWORD") &lt;&gt; "" then<BR>call uyemenu<BR>else<BR>call girisform<BR>end if<BR>%&gt;</DIV><DIV>..... my form codes ....</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#ff0000>login_control.asp</FONT></DIV><DIV>&nbsp; &lt;!--#include file="security.asp"--&gt;<BR>&lt;!--#include file="connection.asp"--&gt;<BR>&lt;%Response.Buffer=True<BR>kadi = scrty(Trim (Request.Form("kadi")))<BR>sifre = scrty(Trim(Request.Form("sifre")))<BR>hatirla = Request.Form("hatirla")</DIV><DIV>set uye_giris = Server.CreateObject("ADODB.Recordset")<BR>sql="Select * From tblAuthor Where Username='"&amp;kadi&amp;"' and Password='"&amp;sifre&amp;"'"<BR>uye_giris.Open sql,baglanti,1,3<BR>If not uye_giris.EOF Then <BR>&nbsp;</DIV><DIV>if remember="yes" then<BR>Response.Cookies("USER") = kadi<BR>Response.Cookies("USER").Expires = now+500<BR>Response.Cookies ("PASSWORD") = sifre<BR>Response.Cookies("PASSWORD").Expires = now+500<BR>Session ("USER") = kadi<BR>Session ("PASSWORD") = sifre<BR>Session ("online") = "yes"<BR>Response.Redirect "default2.asp"<BR>else<BR>Session ("USER") = kadi<BR>Session ("PASSWORD") = sifre<BR>Session.TimeOut = 60<BR>Session ("online") = "yes"<BR>Response.Redirect "default2.asp"<BR>end if<BR>else<BR>Response.Redirect "default2.asp?mesaj=error"<BR>end if<BR>%&gt;</DIV><DIV>&nbsp; and user always sees an error message despite the true username and password.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; 2 - when i use #include file = "forum/common.asp" an error occurs about database path in common.asp...it means when i include the common.asp from another folder common.asp doen't find the database path from this folder...</DIV><DIV>&nbsp;&nbsp;&nbsp; i know this was large and boring post and also forgive me for my english..i hope someone understands me and helps me..</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;i want to use WWF and WWF's members on my portal..please help me..what is the main cookie and session names of WWF ??</DIV>]]>
   </description>
   <pubDate>Sun, 09 Jul 2006 15:16:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/integrating-login-user-to-my-home-page_topic20617_post110451.html#110451</guid>
  </item> 
 </channel>
</rss>