K
|
keithh0427 1/16/2020 |
You will need to declare the Session variable after a successful login. There are some session login variables that you could use as well that keeps the login name. |
A
|
acpan 1/16/2020 |
eg: use Security API to get the data and store in session var.
You will need to declare the Session variable after a successful login. There are some session login variables that you could use as well that keeps the login name. Also, you have 'emp_Id' and 'emp_id'. Those are two separate variables. Variables are case sensitive. |
S
|
sharizkhan author 1/17/2020 |
Thanks for your reply, infact problem is resolved by employeeId = ':user.empId'
|