Print Page | Close Window

Using webwiz login

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=17578
Printed Date: 13 April 2026 at 9:53pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Using webwiz login
Posted By: jstimpson
Subject: Using webwiz login
Date Posted: 19 December 2005 at 8:13am
I am working on a website and I want to use webwiz for the login.  From the main page navigator.aspx I call the login_user.asp I then set a session having the page that called the login_user.asp I then call the login_user_test.asp when when done I can't get it to go back to navigator.aspx.  What am I doing wrong?  Should I also include common.asp on navigator.aspx?
 
Section from Navigator.aspx
<a class="navigation" href="/forum/login_user.asp?strREF=../default.aspx">Login</a>
 
Section from login_user.asp
if isnull(request.querystring("strREF")) then
 SESSION("strMasterpage")= null
else
 SESSION("strMasterpage")= cstr(request.querystring("strREF"))
end if
 
Section from login_user_test.asp
ElseIF isnull(session("strMasterpage")) then
 strReturnPage = "default.asp"
Else
 strReturnPage = session("strMasterpage")
End If
 



Replies:
Posted By: Ali Bilgrami
Date Posted: 20 December 2005 at 2:01am
might be the problem with .NET and Classic ASP I dont think both like eachother that much. LOL



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net