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. Session between projects in a solution

Session between projects in a solution

Scheduled Pinned Locked Moved ASP.NET
sysadmin
6 Posts 2 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.
  • V Offline
    V Offline
    VB Net Developer
    wrote on last edited by
    #1

    I want to use session between projects(diff dll) in the same soultion.. Eg Session["user"] = hello I am getting it when i use server.transfer Not getting when it is Respnse.Redirect

    N 1 Reply Last reply
    0
    • V VB Net Developer

      I want to use session between projects(diff dll) in the same soultion.. Eg Session["user"] = hello I am getting it when i use server.transfer Not getting when it is Respnse.Redirect

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      VB.Net Developer wrote:

      between projects(diff dll) in the same soultion..

      Session is not project specific. It's site specific. Is this two projects works on same virtual directory ?


      My Website | Ask smart questions

      V 1 Reply Last reply
      0
      • N N a v a n e e t h

        VB.Net Developer wrote:

        between projects(diff dll) in the same soultion..

        Session is not project specific. It's site specific. Is this two projects works on same virtual directory ?


        My Website | Ask smart questions

        V Offline
        V Offline
        VB Net Developer
        wrote on last edited by
        #3

        It is in same virtual directory itself

        N 1 Reply Last reply
        0
        • V VB Net Developer

          It is in same virtual directory itself

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          When a new project is created, automatically one virtual directory will be created on IIS. Goto IIS settings and check another virtual directory exist for the second project. If exist remove one.


          My Website | Ask smart questions

          V 1 Reply Last reply
          0
          • N N a v a n e e t h

            When a new project is created, automatically one virtual directory will be created on IIS. Goto IIS settings and check another virtual directory exist for the second project. If exist remove one.


            My Website | Ask smart questions

            V Offline
            V Offline
            VB Net Developer
            wrote on last edited by
            #5

            Thanks a lot...That was excatly the problem ........Now i am getting sessions between projects

            N 1 Reply Last reply
            0
            • V VB Net Developer

              Thanks a lot...That was excatly the problem ........Now i am getting sessions between projects

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #6

              VB.Net Developer wrote:

              Thanks a lot

              Welcome


              My Website | Ask smart questions

              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