Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
custom look up popup window opens with session timed out, login screen
Goce
Can somebody please help.
I have written a C# web application that creates matter. On my web application i call the worksite web custom lookup popup windows. The popup window works fine SOMETIMES. The lookup is populated with the correct information and I can retrieve the information from the popup back onto my form.
The problem is sometimes the popup window opens with session timed out login screen. I login and it opens worsite web in the popup window. I close it and call the popup again and it works fine.
In my C# code i check if a session is already connected. If so i close the session and connect. However I call the custom lookup window using javascript.
var url = "http://" + host + "/worksite/scripts/lookupDialog.aspx?id=lookup_27&title=BusinessArea&scriptName=GetLookup.aspx&type=27&parentString=&functionName=businessCallback&textFieldId=txtRes&isSearch=0&database=" + database;
window.open(url,"Businesses","width=400,height=280");
Can someone let me what i have to do so that the lookup windows opens normally every time and not with the session timed out login screen.
Find more posts tagged with
Comments
dabird
When integrating with WorkSite Web from a third party application, best practice is to turn on auto trusted login in WorkSite Web.
Login to WSW as an admin.
Go to Manage | Global Options.
In the dialog, click on User Settings. Make sure that trusted login is turned on.
Now click on Application Settings. Turn on "Auto Trusted Login".
Once this is set, WorkSite Web will perform trusted login without user intervention and direct the user to the dialog requested.