开发者

HttpHandler accessing same session

开发者 https://www.devze.com 2022-12-12 02:57 出处:网络
I\'m using a HttpHandler to upload an image asynchronously and need access to the SAME session as th开发者_C百科e rest of the application.

I'm using a HttpHandler to upload an image asynchronously and need access to the SAME session as th开发者_C百科e rest of the application.

I'm using IRequiresSessionState and can read and write to the session fine, but existing session values from the application that should be available aren't and so on.

Is this possible?

Thanks

Dave

0

精彩评论

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