Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

How to access the session saved on oracle server in .Net MVC project using Ajax/Jquery. I am new to .Net MVC and JQUERY/AJAX. Can someone help?


Thanks
Rupesh
Posted

1 solution

I think you need to do that manually. If you know in oracle server where does the session actually stores (if in oracle database tables) then you can access it using ASP.NET MVC model.

You can connect to oracle server database and then access it like accessing regular data. But the whole process is going on manually.

I do not think whether there is second option or not.


HTH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900