ASP session problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks85
    New Member
    • Aug 2006
    • 114

    ASP session problem

    Dear Friends,

    I am facing problem while creating sessions in ASP. Even I can not identify whether session is active or not.

    To create a session, Is it necessary to connect with the database or we can create session without connecting to the database.

    Please help me out....

    Thanks
    Deepak
  • neadvantage
    New Member
    • Apr 2007
    • 2

    #2
    check for for session varilable

    like

    if isempty(session ("member_nam e") then


    do something

    else
    do something

    end if

    It is not compulsory to connect to database to use session


    have a nice time


    suraj jain
    www,surajjain.c om

    Comment

    • Arnold Schuur
      New Member
      • Apr 2007
      • 36

      #3
      Check this site for info about the asp session object:

      W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

      Comment

      Working...