G
Guest
I am trying to save private information such as user id and password from one
application and send it to another application. I tried saving the
information in the Session Object and when the user goes to a from one
application and then redirecting them to the different application it does
get the information stored in the session object. Is there any way to store
an information in one application and be able to access it to a different
application. I do not want to pass it via the web page query string.
thanks in advance...
application and send it to another application. I tried saving the
information in the Session Object and when the user goes to a from one
application and then redirecting them to the different application it does
get the information stored in the session object. Is there any way to store
an information in one application and be able to access it to a different
application. I do not want to pass it via the web page query string.
thanks in advance...