|
-
Oct 6th, 2004, 10:48 AM
#1
Thread Starter
New Member
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?
-
Oct 6th, 2004, 11:04 AM
#2
Addicted Member
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
-
Oct 6th, 2004, 12:07 PM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|