Question
· Nov 8, 2016

How to bypass the log-in screen while navigating between 2 .CSP files in different namespaces

Hi,

Currently i am building a CSP application using Intersystems cache to automate few tasks in Ensemble.
Basically, I have 2 .csp class files, file1.CSP and file2.CSP in namespaces namespace1 and namespace2 respectively. On satisfaction of a condition I forward the request from file1.csp to file2.csp. while forwarding it prompts me to enter the log-in credentials again as the second .csp file is in a different namespace. Is there any way i can bypass the login screen while forwarding the request from 1 csp to another (as i am using the same credentials for both the namespaces) ?

PS: While forwarding request from file1.csp to file2.csp i am also sending few values by using URL rewriting method.

Discussion (3)0
Log in or sign up to continue