馃悰 [Bug] Problem with Language select
Created by: ulfgebhardt
馃悰 Bugreport
Arno says that the application does not save the language on his phone.
!!! This problem seems to be much more general now, says Jens and I recognise it as well. ( @Tirokk )
On every login he has to change the language again. May it is a cookie problem? ( @Tirokk )
Cookie problem:
- The expiration date is always the day when the cookie was set.
- The expiration date seems to be never set at all.
- Take the same time as for the login cookie (730 days).
- May be make both configurable by the network operators.
For example see login the cookie in file webapp/nuxt.config.js
:
cookieAttributes: {
expires: CONFIG.COOKIE_EXPIRE_TIME, // optional, default: 7 (days)
/** * Define the path where the cookie is available. Defaults to '/' */
// For some reason this can vary - lets see if setting this helps.
path: '/', // optional
/** * A Boolean indicating if the cookie transmission requires a
* secure protocol (https). Defaults to false. */
secure: CONFIG.COOKIE_HTTPS_ONLY,
},
Todo
If finished:
- adjust the data privacy (Datenschutzerkl盲rung) section
Cookie
- expiration date