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.
Go to web applications and set identical "Group By ID" identifiers for web applications that serve file1.CSP and file2.CSP.
Eduardo -
Group By ID is option does not exist in 2010 Ensemble. Is there any other alternative for this ??
CSPSHARE (see old documentation) would probably do the trick. Here's some newer documentation too.