${task:getUser()}

Gets the user for the current request.

Resolves the new user and sets the cookie. A empty username will result in the null user.

The cookie is not actually set when exporting, as set by the X-com-semanticcms-core-exporting: true header.

Example

${task:getUser()}

Function Information

Function Class: com.pragmatickm.task.taglib.Functions
Function Signature: com.pragmatickm.task.model.User getUser()
Display Name: None