hi

usd = request.form("userid")
pwd = request.form("password")

 session("a")=usd
 session("b")=pwd

your session veriable ready .

if you next page sedn request 


response.redirect("next.asp");

---------
next.asp
--------

if sesion("a") is null and session("b") is null  then
response.redirect("login.asp");
else

response.redirect("shopping_page.asp");

end if



if any questuin [EMAIL PROTECTED] on chat i am
averiable.
 


> hi dear
> you can use session variable.
> when user login in ur web site store user name and
> password in session varible ,then u redirect the
> user
> to another website 
> --- minglemehta38 <[EMAIL PROTECTED]> wrote:
> 
> > I need to redirect the User who is logged in our
> > Site to another
> > WebSite. But that Web-Page asks for USERNAME and
> > Password. SInce the
> > Users have Logged into Our Site , they should be
> > able to directly
> > Get to other Page without Logging In.
> > 
> > I was able to Login to that other Page by
> supplying
> > USERNAME &
> > PASSWORD via an XML HTTP Object, but unable to
> > redirect to that
> > Page.
> > 
> > As in I am Just able to fetch the ResponseText of
> > the URL but not
> > able to Redirect to that URL.
> > 
> > Any Suggestion ??
> > 
> > 
> > 
> 
> 
> 
>               
> _______________________________
> Do you Yahoo!?
> Declare Yourself - Register online to vote today!
> http://vote.yahoo.com
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to