[jira] [Commented] (OFBIZ-10471) setLocaleFromBrowser should only called once by session

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-10471) setLocaleFromBrowser should only called once by session

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-10471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16539586#comment-16539586 ]

Deepak Dixit commented on OFBIZ-10471:
--------------------------------------

I think it might be due to the following reason:

auth is true for setLocaleFromBrowser, as on login page userLogin is null and system save the setLocaleFromBrowser and redirect to checklogin, after login system execute setLocaleFromBrowser request and serve its response.

So it's more related to OFBIZ-10460

> setLocaleFromBrowser should only called once by session
> -------------------------------------------------------
>
>                 Key: OFBIZ-10471
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10471
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: Screen Shot 2018-07-11 at 11.03.02 AM.png
>
>
> As Deepak mentioned in r1816537, currenlty setLocaleFromBrowser is called each time a page is refreshed.
> We can use [sessionStorage|https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage] to have it called only once by session



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)