Session sharing between ASP and ASP.NET

P

princessjewel62

Hi,

I would like to ask if there is a possibility that a single session is
used in a web application that contains ASP and ASP.NET application
together for business applications. If yes, how can it be done? Thank
you..
 
P

princessjewel62

Hi there,

I've tried some of them but I can't get it to work. I'll try my best.
But I am thanking you.

Cheers,
Crystalite.


David said:
As far as I know, the only solution to this would be to store your session
in a SQL Database or using Billy Yuen's MSDN writeup (
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.asp).

In my opinion, and though it may vary depending on the nature of your application,
a database to store temporary information based on GUID or some other form
of session key generated when the user hits the site and persists during
the duration of their visit, would be easier than Yuen's example.

Rather than reading from Session["key"], you would simply have stored procedures
that read from the temporary store database.

In addition, some Googling has turned up alternatives that I haven't tired--you
might check them out.

http://weblogs.asp.net/bleroy/archive/2004/10/21/245826.aspx
http://www.eggheadcafe.com/articles/20021207.asp
http://www.asp101.com/articles/sidney/sharingsessionstate/default.asp

Hope this helps!

-dl

---
David Longnecker
Web Developer
http://blog.tiredstudent.com
Hi,

I would like to ask if there is a possibility that a single session is
used in a web application that contains ASP and ASP.NET application
together for business applications. If yes, how can it be done? Thank
you..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top