LP 4.2.2.34 Login Page behaving differently
I upgraded from LP 4.2.0.7 to 4.2.2.34 recently in my test environment. We have PD with two web tiers. The login page has been completely rewritten. It seems to have a sticky session. Once you login to a web server you always hit that same server until you clear cookies. This seems to defeat the purpose of having PD. Not all users have their browsers set to clear cookies when they close the browser so they will always hit the same server. Has anyone else noticed this? Am I missing something? I used to be able to go directly to each of the web servers by entering the url for that server but now I can only go to the first server that I hit.
Thanks for any comments on this, Alicia

check the stickness timeout
check the stickness timeout on the Load balancer. 3 weeks ago we upgraded to 4.2.2.34 and didnt have any issues. The stickness of a session is usually controlled at the load balancer.
Login page changes in 4.2.2.34
Hi Alicia,
Check build 4 and 33 below for changes to the login in 4.2.2.34: (fyi..)
Reuben
Build 1 - Administrative, no fixes.
Build 2 - [1-7ABO3L] Fixed typo in GroupEditHead.properties.
Bulid 3 - [1-7GS7GT] Fixed issue when checking an empty resultset via TA email (TAxEmAddr class).
- [1-74NA8B] Fixed indexing issue when fixing urls via JavaFixUrls. See also defect 1-80VV8W below.
Build 4 - [1-7FAL53] Fixed SSO to Luminis from pacwa by supplying uuid field to the cplogin form.**
[1-7H5AK7] Added code to DLM processing pipe, to work subscribed fragments everytime.
Build 5 - [1-76UGSO] Removed call to encode url for shared GT files, since encoding is handled by the multipart request.
Build 6 - [1-7MUM1O] Allow locale-specific getString from Configuration, and allow localization of dropdown list for sub-section type.
Build 7 - [1-4Q4W11] Added description field for ADD_PROTOCOL_HEADER informing translators how to properly escape double quotes.
[1-7P7NHP] LuminisFilter: Change list of ThreadLocals to a ThreadLocal with a list. This removed need for synchronized blocks.
[1-7P7NNK] Guard against XSS in SecureRedirector by scanning for suspicious characters in query string. Also, disable clog localization.
Build 8 - [1-7AQDUM] Rework of 1-4Q6CT4 (re: translation of plural forms of nouns in properties files). Calendar channel did not render.
Build 9 - [1-4XW5IT] To access comexp when system is using full SSL, rules on some nodes in websecure.all.xml are relaxed.
Build 10 - [1-7K1V9F] The 'close' button is added to the page following QA setup.
Build 11 - [1-4D3N7P] URLs added to RefererFilter exclusion list.***
Build 12 - [1-54VJEY] Newsfeed/Webproxy code adjusted to display special characters correctly.
Build 13 - [1-7VIJ8U] The Configuration subsystem can now pick up the locale as an argument to resolve content-admin localization issues.
Build 14 - [1-7W6XUJ] When saving a group/course file with no browser plugin, the filename will be preserved rather than saving with a file ID.
Build 15 - [1-7XYTXV] Added ability to pick up comexp signature if one is not supplied on the native client.
Build 16 - [1-7X1EJ9] Resolved authentication problem with EAS configuration after user is forced to change password.****
Build 17 - [1-80E5B0] Date and format will now be constructed via java call (WebUtil) rather than javascript (nested-tables.xsl, custom.xsl).
- [1-80EYOC] SSO to comexp quad-domain issue: reworked to allow domain-level cookies if applicable.
Build 18 - [1-82VO12] Fixed indexing issue when retrieving a substring from the file path, to allow files with ID more than 4 digits long.
Build 19 - [1-83K9SQ] Added flag to prevent the default tab from getting set when adding a new tab.
Build 20 - [1-5UG69E] Migration fix: fragment audiences will now be migrated as access groups, not PAGS groups.
Build 21 - [1-82VO12] Added Content-disposition header for downloading files. See also build 18 above.
Build 22 - [1-80VV8W] JavaFixUrls: don't append "\n" after every line in jsp files.
Build 23 - [1-40WQRE] Use a default cookie domain configuration setting if it's defined for convertSiteCookies().*****
Build 24 - [1-8CQMAT] Portlet channels can now see user-defined preferences (stored in UP_LAYOUT_PARAM) properly.
Build 25 - [1-4Q4VZL] i18n of dates within Group Studio.
Build 26 - [1-80VV8W] JavaFixUrls: replace all files affected by \n bug; see build 22 above. Also fixed js-compress bug to prevent overriding.
Build 27 -
Build 28 - [1-8IZAJW] added a CRLF to the end of the message literal
Build 29 - [1-87KEI2] added check to send IE6 to unsupported browser page
Build 30 - [1-8P13M9] fixed issue where the resultset was getting overwritten when sending emails to multiple entities
Build 31 - [1-8UFYWH] Add uidd field and value and sso to luminis for myqa can happen
Build 32 - [1-553C19] Reverting EAS change made back in 4.2.1 that was reverted in 4.2.1 but not the 4.2.2 branches
Build 33 - [1-8DITND] Perform sync password operation as Directory Manager and clear usidsec cookie on the login page
Build 34 - [1-8DITND] Change for ThreadLocalManager and ManagedThreadLocal to prevent nested bom transactions. Also, revert previous change in PasswordManager.