Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Using webwiz login
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Using webwiz login

 Post Reply Post Reply
Author
jstimpson View Drop Down
Newbie
Newbie


Joined: 19 December 2005
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote jstimpson Quote  Post ReplyReply Direct Link To This Post Topic: Using webwiz login
    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
 
Back to Top
Ali Bilgrami View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 April 2005
Location: Pakistan
Status: Offline
Points: 492
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ali Bilgrami Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.