wampsharp session variable in rpc

377 views Asked by At

I've a websocket service written in c# with wampsharp at server side and I wonder to know if there's a way to store/retrieve session's related variables or in alternative how to know the caller's session id.

Thanks in advance!

1

There are 1 answers

1
darkl On BEST ANSWER

This is not supported currently by WampSharp.

This reminds an advanced profile feature of WAMPv2, WampSharp supports currently only WAMPv2 basic profile.

You are welcome to open an issue or a pull request for this on the GitHub page.

Update: this is now possible with WampSharp v1.2.1.6-beta. See release notes.