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 to save Session Data using Oracle?

How to save Session Data using Oracle?

Scheduled Pinned Locked Moved ASP.NET
databaseoraclesysadminhelptutorial
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.
  • U Offline
    U Offline
    User 2970611
    wrote on last edited by
    #1

    Hi I am creating a web application that will be running on an infrastructure which will utilise a number of web servers, web gardens and a load balancer. As the application is using Sessions, and that our application is using Oracle as the database, we would like to use the database to save the Session data. However, I am struggling to find any good examples on how to do this with Oracle. I note that Oracle provides the following class: Oracle.Web.SessionState.OracleSessionStateStore, but I am unsure what I need to do in the Code Behind and what if any tables do I need to create in the database. Can anyone help me, please?

    A 1 Reply Last reply
    0
    • U User 2970611

      Hi I am creating a web application that will be running on an infrastructure which will utilise a number of web servers, web gardens and a load balancer. As the application is using Sessions, and that our application is using Oracle as the database, we would like to use the database to save the Session data. However, I am struggling to find any good examples on how to do this with Oracle. I note that Oracle provides the following class: Oracle.Web.SessionState.OracleSessionStateStore, but I am unsure what I need to do in the Code Behind and what if any tables do I need to create in the database. Can anyone help me, please?

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      You can implement a custom session-state store provider for your Oracle database by creating a class that inherits the SessionStateStoreProviderBase class Check them out, How to implement a custom Oracle session provider. [^] ASP.NET Custom Session Store Provider compatible with Oracle, SQL[^] :thumbsup:

      Cheers ! Abhijit Jana | My Blog | @Twitter | Daily .Net Tips

      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