Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Calling Self
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

phy1729
Average Member

USA
589 Posts

Posted - 26 January 2008 :  13:04:11  Show Profile

if session("Password") = "" or session("EmailID") ="" then
response.redirect "Default.asp"
end if

you have an or between session("Password") = "" and session("EmailID") ="" which means that if either Password of EmailID is not set the it will redirect. What you need to do to not get into a loop is to when you redirect set Password and EmailID or redirect to a diffrent page.
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 26 January 2008 :  17:43:19  Show Profile

:-)

I am redirecting the same to Login.asp now.

Thanks.
Go to Top of Page

phy1729
Average Member

USA
589 Posts

Posted - 26 January 2008 :  20:37:07  Show Profile
Glad we got it fixed eventually
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07