Search

You searched for the word(s): userid:784683

Matching Posts

  • ASP.NET Development Server Serves Images as "application/octet-stream" Content type

    Is there an easy way to set content type for the "ASP.NET Development Server" that comes with Visual Studio 2005? I'm using the VS 2005 Standard Edition, and it serves images and almost any binary files as "application/octet-stream" which is causing all my code to fail on the development machine because it doesn't know how to serve the correct "Content-Type" header!
    Posted to Visual Studio 2005 (Forum) by peelee33 on 3/6/2008
  • Re: Get Session object from session id

    [quote user="gunteman"]You said that "I got a session id". How did you get this?[/quote] I'm trying to get a program working on mobile device without cookies, since we seen some mobile carriers which will strip out http headers from a request and response. I was thinking about putting the session id in the body the the http request along with the other data so we can have sessions when connecting to the server. A spoof request to an internal page seems like the easiest way
    Posted to State Management (Forum) by peelee33 on 2/7/2008
  • Get Session object from session id

    The Session property is the current user's session, but I want to be able to read another user's session object to get/set variables. I got a session id, but I don't know how to obtain a session object from the id. Does someone know if this can be done?
    Posted to State Management (Forum) by peelee33 on 2/7/2008
Page 1 of 1 (3 items)