Results 1 to 3 of 3

Thread: Passing data from ASP to ASPX

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2004
    Posts
    2

    Passing data from ASP to ASPX

    Is there a way to pass data stored in a cookie from an ASP page to an aspx page?

  2. #2
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    Absolutely. Cookies are always fair game. In fact I've used cookies to pass data from ASPX <-> javascript in one case. The thing to be aware of though is you should obviously not pass "logged in or not?" type information in a cookie or any information that you would not want the user to see, unless you 1. have some means of strongly encrypting/decrypting the cookies and 2. that this can be done on the server side.

    cudabean

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2004
    Posts
    2
    thanks.. fixed it...

    I the underscore in the cookie name was being converted into something like %5 or something like that (just like a space = %20


    cheers!
    Last edited by beanvonbaron; Oct 6th, 2004 at 01:27 PM.

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