Using the internal ID, then, is there way to force abandon a session from
within 4D?

You can if you have the external session id.

ARRAY TEXT($requestInfo;0)
ARRAY TEXT($headerNames;0)
ARRAY TEXT($headerValues;0)
C_BLOB($response)
$status:=A4D Execute text("<%abandon session%>"; "ACTIVE4D_SESSIONID="+ $sessionID; $requestInfo; $headerNames; $headerValues; $response)

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to