Is there any cookie usage demos? There isn't one in the Github download of demos.
Using Tokyo 10.2.1
IW 15.0.20
Stand Alone Server
TIWStandAloneServer being used to have a custom server form.
AllowMultipleSessionsPerUser = TRUE
For our VCL / FMX Mobile App... gotta supply 4 values to login in to the service.
Two of them can be restored back from a cookie when you come back to page at a later date/time... the other two values have to be put in.
I am not 100% sure the proper usages of
WebApplication.Response.Cookies.AddCookie
and
webapplication.Request.CookieFields.Values
of when I should be using these... And for the addCookie, what kind of parameters I should be using for PATH and such as I don't want it
tied to a the random generated session path/id.
Thanks!
-
Using Tokyo 10.2.1
IW 15.0.20
Stand Alone Server
TIWStandAloneServer being used to have a custom server form.
AllowMultipleSessionsPerUser = TRUE
For our VCL / FMX Mobile App... gotta supply 4 values to login in to the service.
Two of them can be restored back from a cookie when you come back to page at a later date/time... the other two values have to be put in.
I am not 100% sure the proper usages of
WebApplication.Response.Cookies.AddCookie
and
webapplication.Request.CookieFields.Values
of when I should be using these... And for the addCookie, what kind of parameters I should be using for PATH and such as I don't want it
tied to a the random generated session path/id.
Thanks!
-