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. cache aspx page per user

cache aspx page per user

Scheduled Pinned Locked Moved ASP.NET
question
5 Posts 3 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hello i want to cache aspx page per user. how could be done?? thanx in advance.

    Sujit

    S W 2 Replies Last reply
    0
    • L Lost User

      Hello i want to cache aspx page per user. how could be done?? thanx in advance.

      Sujit

      S Offline
      S Offline
      Sundar_R
      wrote on last edited by
      #2

      One way is to pass sessionid in query stirng and put varybyparam with sessionid as key. But as we all know passing sessionid in query string is a security threat.

      L 1 Reply Last reply
      0
      • S Sundar_R

        One way is to pass sessionid in query stirng and put varybyparam with sessionid as key. But as we all know passing sessionid in query string is a security threat.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        any other technique.

        Sujit

        S 1 Reply Last reply
        0
        • L Lost User

          any other technique.

          Sujit

          S Offline
          S Offline
          Sundar_R
          wrote on last edited by
          #4

          Simple way is to use ASP.NET_SessionId cookie. Try using VaryByHeader="ASP.NET_SessionId".

          1 Reply Last reply
          0
          • L Lost User

            Hello i want to cache aspx page per user. how could be done?? thanx in advance.

            Sujit

            W Offline
            W Offline
            Waleed Eissa
            wrote on last edited by
            #5

            You may save the output of the page in the session object then get it from the session object when the user requests the page

            Waleed Eissa Software Developer Sydney

            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