Closed dehqan closed 6 years ago
Yes, I guess that is possible by implementing your own SessionStore with the ISessionStore interface: https://github.com/OpenTl/OpenTl.ClientApi/blob/master/src/OpenTl.ClientApi/ISessionStore.cs and supply it to: https://github.com/OpenTl/OpenTl.ClientApi/blob/master/src/OpenTl.ClientApi/FactorySettings.cs
You probably already have a sample app, anyway here is the SampleApp part in the repository, and add extra SessionStore parameter: https://github.com/OpenTl/OpenTl.ClientApi/blob/master/samples/OpenTl.ClientApi.SampeApp/Program.cs
I haven't checked or tested any of this!
I used SessionTag property but it didin't work.
@KoalaBear84 Could you please give a sample how to use SessionStore and change the session file name?
Hmm. SesstionTag already works as expected.
Code:
Result:
Yes it works. my mistake. Thanks!
OK, good. Closing!
Hi, How to rename 'session.dat' file from library? Is it possible?
Thanks.