PlatformCookiesUserInitDst Field |
The cookie name is EAP.InitDst.
Specifies the destination page following a login-through request (e.g. from an email link).
Allows support of login-through for email and other external links as well as following session timeouts.
That is, clicking on an email link to a page in the system where the user is not already logged in takes user to login page,
then once logged in, through to the link's ultimate destination page.
Similarly allows a login then redirection to the target page where the user's session has timed out.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public const string UserInitDst = "EAP.InitDst"
Public Const UserInitDst As String = "EAP.InitDst"
Field Value
Type:
StringSee Also