473,395 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

browser 4K limits

I've been reading where browsers can limit cookie sizes to 4K. I have a
cookie-based cart and one customer that wants to put 50+ items in the cart.
It works fine down around 30 items.

Is it possible to raise that limit?

thanks
Aug 23 '05 #1
3 1202
shank wrote:
I've been reading where browsers can limit cookie sizes to 4K. I have
a cookie-based cart and one customer that wants to put 50+ items in
the cart. It works fine down around 30 items.

Is it possible to raise that limit?


Since you don't have control over the client environment, there isn't a
whole lot you can do. One thing you could do is encode the data in the cart
in a manner that compresses the information. Additional cookies may help.
But 4K is what you get when you choose cookie-based carts.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Aug 23 '05 #2

"Dave Anderson" <GT**********@spammotel.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
shank wrote:
I've been reading where browsers can limit cookie sizes to 4K. I have
a cookie-based cart and one customer that wants to put 50+ items in
the cart. It works fine down around 30 items.

Is it possible to raise that limit?


Since you don't have control over the client environment, there isn't a
whole lot you can do. One thing you could do is encode the data in the
cart in a manner that compresses the information. Additional cookies may
help. But 4K is what you get when you choose cookie-based carts.

--
Dave Anderson


What if I did have control over the client's machine? I'm sure to resolve
this issue they'd entertain changing that limit. Are you aware of any way to
change that on one's computer?
thanks!
Aug 23 '05 #3
shank wrote:
Since you don't have control over the client environment,
there isn't a whole lot you can do.


What if I did have control over the client's machine?


I don't think you get my point. The browser is the client environment. You
didn't write the browser, so you cannot change the way it stores cookies.

More importantly, since there was broad adoption of Netscape's
specification, it is likely a browser sending cookies larger than 4K would
not function as expected with many servers (and conversely, exceeding 4K
with the Set-Cookie header could break some browsers). What you get is a de
facto standard.

http://wp.netscape.com/newsref/std/cookie_spec.html


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Aug 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Rune Strand | last post by:
What would it take to create a Firefox extension that enables Python as a script language in the browser - just like Javascript? Is it at all possible? Are the hundred good reasons not to bother? ...
13
by: Dave Holmes | last post by:
Is there a way to keep an other application from opening a link in a browser where I am running an ASP application? For example, I have an ASP application open in a browser. If I click on a link...
3
by: Steve Richter | last post by:
Is it possible to code a windows .net desktop application so that it behaves like an asp.net / browser application? Where the window form would not have x,y coordinate limits and would have...
2
by: | last post by:
I am working on an ASP.NET application that seems to be limiting browser histories to only one entry. I am not using SmartNavigation on any of the pages, and that is the only thing that I have...
6
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I am thinking about doing this since I got several cases that some of our internal users open more than one browser at the same time from our server. When one of the transactions was not...
13
by: David W. Fenton | last post by:
I've been struggling the last two days with something I thought was very easy, which is to open a web page with a form on it and populate the form with data passed in a query string (either POST or...
2
by: Hul Tytus | last post by:
comp.infosystems.www.authoring.html browser limits on size of forms. Lynx appears to limit the number fields it will handle in a forms page to 29. Has anyone else seen this limition, and, if so,...
7
by: nik600 | last post by:
Hi to all i'd like to create a window that integrates a browser control, the browser control must support html, javascript and css. Is possible to include something that uses the same engine...
13
by: Josip | last post by:
I'm trying to limit a value stored by object (either int or float): class Limited(object): def __init__(self, value, min, max): self.min, self.max = min, max self.n = value def...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.