session_ticket.validate
/
Core /
session_ticket.validate
By Amit Singh. Posted on
| Title |
: |
session_ticket.validate |
| Purpose |
: |
Validate a ticket |
| Syntax |
: |
|
|
[session_ticket.validate main="{ticket_id}" /] |
|
| Input Parameters |
: |
main, otp_value |
| Return Value |
: |
It returns: If success then return true |
| Example 1 |
: |
| Code |
: |
|
|
[session_ticket.validate main="{ticket_id}" set=tikcett_data /] |
|
| Output |
: |
tikcett_data will contain true if ticket id exists in reddis |
| Description |
: |
— |
|
Last Modified By Pratik Takle.