Results 1 to 3 of 3

Thread: How to share session variable between classic asp and asp.net

  1. #1

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    How to share session variable between classic asp and asp.net

    Hi Guys,

    I need to share a session variable urgently from a classic asp website to a .net website. I don't want to store in a database. I need a quick easy solution asap. Please help

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: How to share session variable between classic asp and asp.net

    How to share session between ASP and Asp.net in MSDN
    Please mark you thread resolved using the Thread Tools as shown

  3. #3
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: How to share session variable between classic asp and asp.net

    There is no easy method I've heard of because you can't share sessions between asp & asp.net. If you want to avoid using database to stroe session data then you could share a cookie between classic & .net asp like here but if it's sensitive info you'd have to introduce aysmetric crypto on cookie values.

    Let us know how you get on.
    The problem with computers is their nature is pure logic. Just once I'd like my computer to do something deluded.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width