views:

34

answers:

0

I'm using a HttpHandler to upload an image asynchronously and need access to the SAME session as the 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

related questions