best way to share “session state” type data between two .net applications

后端 未结 6 2038
执念已碎
执念已碎 2020-12-16 07:33

we have a web application that, started out small, any new features that were added on, were just made as part of the same project, however now we would like to create new p

6条回答
  •  借酒劲吻你
    2020-12-16 08:39

    You can use cookies to store your UserID. Both your 1.1 & 2.0 applications can access it without any issues.

提交回复
热议问题