[08:07:22 CDT(-0500)] <b-cause> hello uPortal devs: does anyone here know the wiki url for the page that explains the url naming conventions?
[10:15:45 CDT(-0500)] <b-cause> hello uPortal Devs. Do you know if the guest uesr can land on the unauthenticated public page of up4 without going through /Login?
[10:38:03 CDT(-0500)] <athena> no, they automatically go through /Login first
[10:38:13 CDT(-0500)] <athena> so the user won't notice it, but that's where their session is established
[10:43:01 CDT(-0500)] <b-cause> ok thanks athena. that is what I suspected that either you or EricDalquist said here before. we are just getting some info in our logs where it looks like that is not happening for the guest user
[10:47:03 CDT(-0500)] <athena> is it specific paths?
[10:47:08 CDT(-0500)] <athena> and what version of uportal?
[10:57:37 CDT(-0500)] <b-cause> it is a specific page we added to uPortal 4.0.5 for debugging and it is at the /host context path.
[10:58:23 CDT(-0500)] <b-cause> it just shows system properties and database connections and such. we use it for testing / verifing that all of our clustered nodes are up and pointing to the right db locations
[10:58:50 CDT(-0500)] <b-cause> so I don't think it goes through /Login when it loads
[10:59:44 CDT(-0500)] <b-cause> so possibly when we switch cluseter nodes while we are on that page and then go back to / , the portal does not have a new session and assumes its a guest?
[11:01:13 CDT(-0500)] <athena> ah, probably doesn't
[11:01:18 CDT(-0500)] <athena> you could add some sort of filter for it, probably
[11:01:30 CDT(-0500)] <b-cause> also I have another question @athena, is /Login invoked for every page request? I'm thinking I've been told and see in the configuration that it is?
[11:01:35 CDT(-0500)] <athena> no
[11:01:38 CDT(-0500)] <b-cause> oh ok
[11:01:41 CDT(-0500)] <athena> just when there's no existing session
[11:02:38 CDT(-0500)] <b-cause> ok that is help athena. thanks.
[11:02:45 CDT(-0500)] <b-cause> helpfull...
[11:03:05 CDT(-0500)] <athena>