Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Secure Groups in Livelink
Ken_Jackson
We have created a secure group for a handful of admin pages, to pretect them by login. The login works fine, but requests that use logs in every time a page is hit, even though they have already logged on in the session.Cloudbreaker works fine, so we are confused as to how the session is being lost on our system.We've tryed retarting the server, and clearing all cache.Any ideas.Ken
Find more posts tagged with
Comments
Steve Brezina
There are a few reasons you could prompted for a login. They vary depending on the type of request handler you're dealing with: LL, Admin, Admin, AdminLL. For Admin and AdminLL request handlers, it is a symptom of a cookie missing from the session. To check this step through the .ValidateRequest() of the request handler as it evaluates the contents of .fValidateList. Barring that, I would take a step back and trace through the .ExecuteWithLogin() to see where it is failing. Regards, Steve