Identify a user session

Confluence User - 14 Mar, 2018

Hi Experts, we are doing a shopping management process that looks a lot like a shopping cart. For this methodology to work it is necessary to identify the order with a unique id of the session in which the user is located. Is there any variable that represents something similar to this session variable?

If this possibility does not exist, how can I achieve that once the user is authenticated, a small process is executed that automatically assigns the session identifier for these purposes?

shopping;cart

2


14 Mar, 2018
confluenceUser
confluenceUser

Hi

You can use Hash Variable#CurrentUserHashVariable to retrieve the current user username.

16 Mar, 2018
confluenceUser
1
confluenceUser

Hi, you can get the HTTP request using WorkflowUtil in a plugin or beanshell script. With the request you should be able to get the session id, if that is what you are looking for.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print