I have an ASP project that works fine on a partiular web server.
Due to security consideration a new element is being run on another server.
The new element is accessed through a redirect to the second server's web server by http:/[server]/[root]////
I have solved the problem of passing session values to the new element and of assigning them to new sesion variables.
However the new sesion variables only exist in the first page. As soon as a new page is loaded they disappear.
Due to security consideration a new element is being run on another server.
The new element is accessed through a redirect to the second server's web server by http:/[server]/[root]////
I have solved the problem of passing session values to the new element and of assigning them to new sesion variables.
However the new sesion variables only exist in the first page. As soon as a new page is loaded they disappear.