-
How to Response many cookies into some differents files whith a size of 2k
How to Response many cookies into some differents files whith a size of 2k
into the same site and then Request each cookie specifing it's file
My problem is,
I have a asp1.asp whith 50 Fields that together exceed de length of 2k (the
limit of file's cookies ), i need to Response them to a cookie's file, then
i call another asp2.asp whith another 50 Fields that together also exceed de
length of 2k , and i need also to Response them to another cookie's file,
and the same whit more 3 asp.
How can i Response into several cookies files (maybe with the
Response.Cookies("Fiels1").Path property?) , and then into the same site ,
in some Load1.asp
how can i make the Request of each cookie [ex: Request.Cookies("Fiels1") ]
specifing the file where it was Response??
I wish an answer as soon as possible , please
Thanks.
Didier
-
Re: How to Response many cookies into some differents files whith a size of 2k
Didier:
Why do you NEED so many fields? I have worked with entire database
applications that didn't have over 100 fields. I can understand the 2k
limit being a problem, but needing over 100 field in cookies seems to be a
bit excessive for this type of thing...
If you are using ASP, why don't you take those fields (along with a user
identifier like email address, and a time-date stamp) and store them in a
database on your server? Yes, this will require more disk space and
management for your server, but you can do just about anything you need and
without having to fight the cookie limitations to find the material you
want.
Just a suggestion...
--Russ
"Didier Colaço" <dcolaco@methodus.com> wrote in message
news:3976b13a@news.devx.com...
> How to Response many cookies into some differents files whith a size of 2k
> into the same site and then Request each cookie specifing it's file
>
> My problem is,
>
> I have a asp1.asp whith 50 Fields that together exceed de length of 2k
(the
> limit of file's cookies ), i need to Response them to a cookie's file,
then
> i call another asp2.asp whith another 50 Fields that together also exceed
de
> length of 2k , and i need also to Response them to another cookie's file,
> and the same whit more 3 asp.
>
> How can i Response into several cookies files (maybe with the
> Response.Cookies("Fiels1").Path property?) , and then into the same site ,
> in some Load1.asp
>
> how can i make the Request of each cookie [ex:
Request.Cookies("Fiels1") ]
> specifing the file where it was Response??
>
> I wish an answer as soon as possible , please
>
> Thanks.
>
> Didier
>
>
>
>
>
>
>
>
>
>
>
>
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks