Results 1 to 2 of 2

Thread: share session state from global.aspx to global.asa

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    share session state from global.aspx to global.asa

    hi,

    i have some session values in global.asax page and i want to access the values in .asp page, is this is possible. then how can i use the values in .aspx page

    vr.mahendran

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251

    Re: share session state from global.aspx to global.asa

    No.

    ASP & ASP.NET cannot share Application or Session State

    You can however share cookies between them, that is your only option.
    ~Ryan





    Have I helped you? Please Rate my posts.

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