Re: IIS session & application variables

From: Bill Pennington (bill.pennington_at_gmail.com)
Date: 11/25/04

  • Next message: dave kleiman: "RE: deny access"
    Date: Thu, 25 Nov 2004 12:21:42 -0800
    To: Bénoni MARTIN <benoni.martin@libertis.ga>
    
    

    I think you want to take a look at the cookies the application is
    setting to track you through the application. There are a number of
    tools to help you do this. I don't have URLs handy but a google search
    should point you in the right direction.

    Paros Proxy
    Safari Cookie Cutter (for Safari on OS X)
    Live HTTP Headers extension for Firefox/Mozilla
    Web Developer Toolkit extension for Firefox/Mozilla

    On Thu, 25 Nov 2004 09:21:56 +0100, Bénoni MARTIN
    <benoni.martin@libertis.ga> wrote:
    > Hi list !
    >
    > I was wondering if someone knows about a tool that can get the application/session variables on my IIS session ...
    >
    > Lets' me explain: I've got an IIS server, and some application & session variables defined in my global.asa. I think these variables are sent from one page to another one, and I was wondering if there is a tool that displays me these variables (session and application variables).
    >
    > Any clue would be helpful !
    >
    > Thanks in advance !
    >


  • Next message: dave kleiman: "RE: deny access"