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 Sharing [modified]

Session Sharing [modified]

Scheduled Pinned Locked Moved ASP.NET
databasetutorialquestion
2 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.
  • S Offline
    S Offline
    Satish32
    wrote on last edited by
    #1

    Multiple instances of the browser is sharing the same session state. how to make use of different session for different instance of browser? we are storing the session in DataBase. Thanks in advance for your suggestion.

    Satish

    modified on Monday, September 14, 2009 3:13 AM

    A 1 Reply Last reply
    0
    • S Satish32

      Multiple instances of the browser is sharing the same session state. how to make use of different session for different instance of browser? we are storing the session in DataBase. Thanks in advance for your suggestion.

      Satish

      modified on Monday, September 14, 2009 3:13 AM

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Well... what you can do is create a session yourself in the database based on the IP of the machine and assign each session state to the same IP. If you map using IP, it will be easier to handle this. :)

      Abhishek Sur


      My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

      **Don't forget to click "Good Answer" if you like to.

      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