English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

I was wondering if there was a maximum amount of data that could be sent via cookies. I want to send a large amount of data between ASP pages. The amount will vary. I was wondering if cookies were the best approach to do this.

2007-03-17 14:27:29 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

No it's not. The problem with cookies is there's a limit on the browser side, and you're never sure what the limit is. In fact, you can't even be sure the browser accepts cookies at all!

Better to use session variables.

2007-03-17 14:52:56 · answer #1 · answered by Kasey C 7 · 0 0

fedest.com, questions and answers