开发者

How to get Session object by SessionId? [duplicate]

This question already has an answer here: 开发者_C百科 Closed 11 years ago.

Possible Duplicate:

Get session object from sessionID in ASP.Net C#

How to get Session object by SessionId?


My solution is direct access to storage of Session State.

example:

(for SQL) direct select query to ASPState database with tables(ASPStateTempApplications, ASPStateTempSessions)


This has actually been answered already, please look at this question on SO: Can I put an ASP.Net session ID in a hidden form field?, which references this link ASP.Net: Working around Flash Cookie Bug AKA restoring the session

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜