Datasnap 服务端 (Server)Session 管理

Posted hopesun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Datasnap 服务端 (Server)Session 管理相关的知识,希望对你有一定的参考价值。

Datasnap 服务端 (Server)Session  管理:  http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Server_Side_Session_Management

获取当前线程的会话(Session)——Getting the Current Thread‘s Session

    From a server method, for example, you can obtain the current thread‘s session. This may provide you with useful information relating to the user issuing the current request. To do so, use the following code:

Session := TDSSessionManager.GetThreadSession;   

通过 Session  可以获取 发出请求的 UserName 。

以上是关于Datasnap 服务端 (Server)Session 管理的主要内容,如果未能解决你的问题,请参考以下文章

在datasnap 中使用unidac 访问数据(服务器端)

DataSnap Session expired处理。

DataSnap初步二

delphi datasnap service服务叫啥

datasnap 授权验证DSAuthenticationManager方法应用

DataSnap——利用TParams进行多表事务更新