tpac: catalog does not immediately recognize "stay logged in" users
Bug #957375 reported by
Kathy Lussier
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Medium
|
Unassigned | ||
2.2 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
TPAC offers a "stay logged in" option for users when they are logging in. However, when those users return to the catalog, it doesn't immediately recognize that they are already logged in. The user must first click the "Your Account Log In" button for the catalog to display their account details in the upper right corner and to reset their search library.
Changed in evergreen: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
TPac fully recognizes logins across sessions, but only on SSL connections for security reasons. Most/all TPac connections currently start as non-SSL connections due to the way people and browsers load pages by default.
Thus, there are only two ways to "solve" this that I can think of:
1 - Force all TPac use to be over SSL, in general
2 - Create a secondary cookie that is visible on non-SSL connections that says "we were logged in" and force SSL usage in that case
I personally recommend #1.