|
 |
aspx_professional thread: Urgent solution required
Message #1 by "ramprasad upadhyaya" <rpu_forum@y...> on Tue, 21 Jan 2003 09:15:27
|
|
Just a thought...Why are opening another window. Why not include the login
form on the inital page and have it appear if the login link is clicked.
-----Original Message-----
From: ramprasad upadhyaya [mailto:rpu_forum@y...]
Sent: Tuesday, January 21, 2003 9:15 AM
To: ASPX_Professional
Subject: [aspx_professional] Urgent solution required
Hi friends.
I am facing a problem with application integration for HTTPS
sites. Please refer above block diagram. Let me explain you in detail
1. There are two links in Website home page (Link1 and Link2 .).on
click of the link opens a new window which is a common login page .
2. The Common Login page performs below functions.
a. Check for the User and store it into a session variable, so that
next time he clicks the link it will be directly takes inside the
application.
b. Check for the ctx(Link1 clicked or Link2) value and go to
respective page
Please Note that all are HTTPS sites.
If I click on link2 and login then close new window and Click on Link1 it
is working fine(It is directly logging into the site
The Problem is..
If I click on link1 and login and then close new window and then click
on Link2 it is going to infinite loop , after processing it is giving page
not found error. This is working fine in LAN(Test Environment with HTTP).
Any help will be greatly appreciated
Ramprasad
|
|
 |