Details
Description
Displaying any page will send a POST and a GET. It is possible to see the page refresh if you look at the login name on the top right corner. Login out and going back display nothing for the username.
This could be added to the user:
The /profile call could maybe be put in a context processor or tied to the session.
The /debug/check_config_ajax cached
e.g. going on the About page makes this requests:
"GET /about/ HTTP/1.0"
"POST /profile HTTP/1.0"
"GET /debug/check_config_ajax HTTP/1.0"
Attachments
Issue Links
- relates to
-
HUE-723 Transition from 'xxx' to username visible in top right
-
- Resolved
-