What is Session object?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Daljeet
    Senior Member
    • Dec 2014
    • 205

    What is Session object?

    HTTP is a stateless protocol it can't hold the user information on web page.
  • Priyanka
    Senior Member
    • Aug 2014
    • 178

    #2
    When you are working with an application on your computer, you open it, do some changes and then you close it. This is much like a Session. The computer knows who you are. It knows when you open the application and when you close it.

    Comment

    • Guest

      #3
      The Session object is a way to stores information that is needed for a particular user's session on the web server. This is automatically created every time whenever an ASP page from the web site or web application is requested by a user who does not already have a session, and it remains available until the session expires.

      Comment

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎