Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How much session can be stored?

How much session can be stored?

Scheduled Pinned Locked Moved ASP.NET
question
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cheeken2u
    wrote on last edited by
    #1

    I would like to store a datatable into session in order to display at another aspx file, so how much session can be stored? is it will make system slow because of much of data ?

    Best regards, Chee ken

    _ B P 3 Replies Last reply
    0
    • C cheeken2u

      I would like to store a datatable into session in order to display at another aspx file, so how much session can be stored? is it will make system slow because of much of data ?

      Best regards, Chee ken

      _ Offline
      _ Offline
      _AK_
      wrote on last edited by
      #2

      It is not good to put huge data in session because it will cause a lot of problem later on. You can opt for some alternative for your requirement if you are having a huge data. BTW if you don't have many records you can put that datatable in session.

      Best Regards, Apurva Kaushal

      1 Reply Last reply
      0
      • C cheeken2u

        I would like to store a datatable into session in order to display at another aspx file, so how much session can be stored? is it will make system slow because of much of data ?

        Best regards, Chee ken

        B Offline
        B Offline
        Britney S Morales
        wrote on last edited by
        #3

        You can use all the server free memory. But remember the session, two user with the same session var the free memory is the half for each one. :)

        keep Learning and you never will be out of date...

        1 Reply Last reply
        0
        • C cheeken2u

          I would like to store a datatable into session in order to display at another aspx file, so how much session can be stored? is it will make system slow because of much of data ?

          Best regards, Chee ken

          P Offline
          P Offline
          P A N K A J
          wrote on last edited by
          #4

          if u want to share the data between the 2 users then you can use the aplication object for that otherwise session object is the right way to put the data. it will not effect the performance of the application.

          Pankaj Gupta (Take it easy)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups