Data transfer among web applications
-
I have two web applications, I want that once user login the first application, the user information will be transfered to the second application automatically. I use session variables to store user information. All that I want are: 1. The second application creates a new session 2. The second application store user information in the session variables Is it possible to call an ASP page of another application from an ASP page of the current application? Please help me.
-
I have two web applications, I want that once user login the first application, the user information will be transfered to the second application automatically. I use session variables to store user information. All that I want are: 1. The second application creates a new session 2. The second application store user information in the session variables Is it possible to call an ASP page of another application from an ASP page of the current application? Please help me.
I think that you should be able to call another page as long as you use the full URL... Dont know how you will deal with security...:confused: theJazzyBrain Wise is he who asks good questions, not he who gives good answers
-
I think that you should be able to call another page as long as you use the full URL... Dont know how you will deal with security...:confused: theJazzyBrain Wise is he who asks good questions, not he who gives good answers