General discussion

  • Creator
    Topic
  • #2080645

    Session Variables

    Locked

    by seth221 ·

    I am building a stat tracking system using asp(vbscript). I declare my session variables in the global.asa and set their default using the Session On_Start… The user enters and the session variables are given values. The user then enters a record and the session variables become blank. Why? Is there anything I can do to correct this?

All Comments

  • Author
    Replies
    • #3893069

      Session Variables

      by mcse75 ·

      In reply to Session Variables

      Make sure that sessions are enabled in IIS

      • #3895336

        Session Variables

        by seth221 ·

        In reply to Session Variables

        The session variables are enabled. They hold their values through the first entry. After that they disappear.

Viewing 0 reply threads