H
HIK
I have an ASP.NET application on a Win2k3 server. The user is directed
to form B (with a query string that contains the logon information).
Form B refers to Form A which validates the user according to the query
string. If valid it writes an authentication ticket and the application
returns to form B.
When I browse to the application from its web server, everything works
as expected. The trace showe that Form B is called, then Form A an
authentification cookie is created and then Form B is called again with
the validation cookie in the trace.
If I browse from another computer, the trace shows that Form B calls
form A which forms a valid cookie but the cookie is lost when Form B is
called again. The application goes back to Form A for validation,
produces another cookie, which is again lost when Form A is called
again. This goes on for 4 or 5 repititions until the user gets a "Page
cannot be displayed" error.
(I made a similar post earlier but I can't find it on my client so I
must repost it. I apologize for the double posting).
to form B (with a query string that contains the logon information).
Form B refers to Form A which validates the user according to the query
string. If valid it writes an authentication ticket and the application
returns to form B.
When I browse to the application from its web server, everything works
as expected. The trace showe that Form B is called, then Form A an
authentification cookie is created and then Form B is called again with
the validation cookie in the trace.
If I browse from another computer, the trace shows that Form B calls
form A which forms a valid cookie but the cookie is lost when Form B is
called again. The application goes back to Form A for validation,
produces another cookie, which is again lost when Form A is called
again. This goes on for 4 or 5 repititions until the user gets a "Page
cannot be displayed" error.
(I made a similar post earlier but I can't find it on my client so I
must repost it. I apologize for the double posting).