[jira] [Created] (OFBIZ-4482) findVisits request shows empty entry for user after logout

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

[jira] [Created] (OFBIZ-4482) findVisits request shows empty entry for user after logout

Nicolas Malin (Jira)
findVisits request shows empty entry for user after logout
----------------------------------------------------------

                 Key: OFBIZ-4482
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4482
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: SVN trunk
            Reporter: Wai
            Priority: Minor



When a user login, an entry is shown for the user in https://localhost:8443/partymgr/control/findVisits.
(refer to snapshot1.png)
When the user logout, the same entry contains missing values for partyId, userLoginId, New User, and Thru Date columns are empty.
(refer to snapshot2.png)
When the same user logs back in, those entries reappears.
(refer to snapshot3.png)
Ofbiz seem to be re-using the same visitorId and visitId after a logout.

My expectation of how it works is that when a user logs out, the missing entries should appear as it had been when the user was logged in and the Thru Date should have be filled with the time of logout.

When the same user login again, another entry should have been created.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4482) findVisits request shows empty entry for user after logout

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wai updated OFBIZ-4482:
-----------------------

    Attachment: snapshot2.png

snapshot of findVisits after user logout
               

> findVisits request shows empty entry for user after logout
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4482
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4482
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Wai
>            Priority: Minor
>         Attachments: snapshot1.png, snapshot2.png, snapshot3.png
>
>
> When a user login, an entry is shown for the user in https://localhost:8443/partymgr/control/findVisits.
> (refer to snapshot1.png)
> When the user logout, the same entry contains missing values for partyId, userLoginId, New User, and Thru Date columns are empty.
> (refer to snapshot2.png)
> When the same user logs back in, those entries reappears.
> (refer to snapshot3.png)
> Ofbiz seem to be re-using the same visitorId and visitId after a logout.
> My expectation of how it works is that when a user logs out, the missing entries should appear as it had been when the user was logged in and the Thru Date should have be filled with the time of logout.
> When the same user login again, another entry should have been created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4482) findVisits request shows empty entry for user after logout

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wai updated OFBIZ-4482:
-----------------------

    Attachment: snapshot1.png

snapshot of findVisits request after user login
               

> findVisits request shows empty entry for user after logout
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4482
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4482
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Wai
>            Priority: Minor
>         Attachments: snapshot1.png, snapshot2.png, snapshot3.png
>
>
> When a user login, an entry is shown for the user in https://localhost:8443/partymgr/control/findVisits.
> (refer to snapshot1.png)
> When the user logout, the same entry contains missing values for partyId, userLoginId, New User, and Thru Date columns are empty.
> (refer to snapshot2.png)
> When the same user logs back in, those entries reappears.
> (refer to snapshot3.png)
> Ofbiz seem to be re-using the same visitorId and visitId after a logout.
> My expectation of how it works is that when a user logs out, the missing entries should appear as it had been when the user was logged in and the Thru Date should have be filled with the time of logout.
> When the same user login again, another entry should have been created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4482) findVisits request shows empty entry for user after logout

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wai updated OFBIZ-4482:
-----------------------

    Attachment: snapshot3.png

snapshot of findVisits after use login again.
               

> findVisits request shows empty entry for user after logout
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4482
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4482
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Wai
>            Priority: Minor
>         Attachments: snapshot1.png, snapshot2.png, snapshot3.png
>
>
> When a user login, an entry is shown for the user in https://localhost:8443/partymgr/control/findVisits.
> (refer to snapshot1.png)
> When the user logout, the same entry contains missing values for partyId, userLoginId, New User, and Thru Date columns are empty.
> (refer to snapshot2.png)
> When the same user logs back in, those entries reappears.
> (refer to snapshot3.png)
> Ofbiz seem to be re-using the same visitorId and visitId after a logout.
> My expectation of how it works is that when a user logs out, the missing entries should appear as it had been when the user was logged in and the Thru Date should have be filled with the time of logout.
> When the same user login again, another entry should have been created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira