Results 1 to 2 of 2

Thread: Session Variables

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    South Africa
    Posts
    113

    Question Session Variables

    Hi all,
    We seem to be having a problem passing session variables from a page in ASP to a page written in .Net (aspx).

    What is the generally accepted solution to this issue?

    Thanks in advance
    You are living a pacifist dream, and if you dreaming it means you sleeping and you should damn well wake up!

  2. #2
    Junior Member eeeks's Avatar
    Join Date
    Oct 2001
    Location
    CA
    Posts
    17
    Session states are not shared between ASP and ASP.NET pages.

    Simplest solution is to convert all asp pages which employ session variables into ASP.NET pages, alternatively you could encrypt your session variables into cookies.

    All the best.

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