c# - How to get Session from Asp.Net Session State with desktop application -


i have site created in asp.net mvc , control of session following sessionstate <sessionstate mode="inproc" stateconnectionstring="tcpip=127.0.0.1:42424" sqlconnectionstring="" cookieless="false" timeout="60" />

i need sessions asp.net session state desktop application.

how this?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -