Results 1 to 2 of 2

Thread: Where is the default Session data is stored in ASP.Net?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Bangalore
    Posts
    172

    Where is the default Session data is stored in ASP.Net?

    Where is the default Session data is stored in ASP.Net?


    InProcess
    StateServer
    Session Object
    all of the above

    Please reply

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Where is the default Session data is stored in ASP.Net?

    By default, a cookie gets sent to the client, containing a Session ID, which matches a Session ID for a session variable... so the default is InProc.

    Read about it here.

    http://msdn.microsoft.com/en-us/library/ms178586.aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width