[jQuery] Re: cookies / consequent data

2007-06-01 Thread Jens

I seems that Google has released a new tool/ technology where you can
use a local embedded SQL server.
Take a look at it:
1.   http://immike.net/blog/2007/05/31/getting-started-with-google-gears/
2.  http://blogs.zdnet.com/Burnette/?p=323

Maybe this can be helpful to you.

/Jens
On 31 Maj, 20:37, philguillard <[EMAIL PROTECTED]> wrote:
> This was to avoid having to authenticate users to save some basic
> information aroud 4k and tend to a serverless application.
> Thanks
> Phil
>
> Jens wrote:
> > Why do you need so much space?
> > I normally use cookies as pointers into data stored at the server side
> > ex. into a SQL server
>
> > /Jens
>
> > On 31 Maj, 11:54, Mika Tuupola <[EMAIL PROTECTED]> wrote:
>
> >>On May 31, 2007, at 7:42 PM, philguillard wrote:
>
> >>>Somebody can tell me which library i could use to compress text at
> >>>a maximum, for setting coookies in javascript. Unfortunately IE6/
> >>>IE7 has a maximum of 4k total for cookies froms 1 site.
>
> >>>Another question: does somebody know what could be the reason when
> >>>after setting cookies and reloading the page i get this:
> >>>The proxy server received an invalid response from an upstream server.
> >>>The proxy server could not handle the request.
> >>>Too much data in the coookie?
>
> >>You are hitting servers max request size. So yes, basically too much
> >>data in cookie.
>
> >>--
> >>Mika Tuupola  http://www.appelsiini.net/~tuupola/



[jQuery] Re: cookies / consequent data

2007-05-31 Thread philguillard


This was to avoid having to authenticate users to save some basic 
information aroud 4k and tend to a serverless application.

Thanks
Phil

Jens wrote:

Why do you need so much space?
I normally use cookies as pointers into data stored at the server side
ex. into a SQL server

/Jens

On 31 Maj, 11:54, Mika Tuupola <[EMAIL PROTECTED]> wrote:


On May 31, 2007, at 7:42 PM, philguillard wrote:



Somebody can tell me which library i could use to compress text at
a maximum, for setting coookies in javascript. Unfortunately IE6/
IE7 has a maximum of 4k total for cookies froms 1 site.



Another question: does somebody know what could be the reason when
after setting cookies and reloading the page i get this:
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request.
Too much data in the coookie?


You are hitting servers max request size. So yes, basically too much
data in cookie.

--
Mika Tuupola  http://www.appelsiini.net/~tuupola/






[jQuery] Re: cookies / consequent data

2007-05-31 Thread Jens

Why do you need so much space?
I normally use cookies as pointers into data stored at the server side
ex. into a SQL server

/Jens

On 31 Maj, 11:54, Mika Tuupola <[EMAIL PROTECTED]> wrote:
> On May 31, 2007, at 7:42 PM, philguillard wrote:
>
> > Somebody can tell me which library i could use to compress text at
> > a maximum, for setting coookies in javascript. Unfortunately IE6/
> > IE7 has a maximum of 4k total for cookies froms 1 site.
>
> > Another question: does somebody know what could be the reason when
> > after setting cookies and reloading the page i get this:
> > The proxy server received an invalid response from an upstream server.
> > The proxy server could not handle the request.
> > Too much data in the coookie?
>
> You are hitting servers max request size. So yes, basically too much
> data in cookie.
>
> --
> Mika Tuupola  http://www.appelsiini.net/~tuupola/



[jQuery] Re: cookies / consequent data

2007-05-31 Thread Mika Tuupola



On May 31, 2007, at 7:42 PM, philguillard wrote:

Somebody can tell me which library i could use to compress text at  
a maximum, for setting coookies in javascript. Unfortunately IE6/ 
IE7 has a maximum of 4k total for cookies froms 1 site.


Another question: does somebody know what could be the reason when  
after setting cookies and reloading the page i get this:

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request.
Too much data in the coookie?


You are hitting servers max request size. So yes, basically too much  
data in cookie.


--
Mika Tuupola  http://www.appelsiini.net/~tuupola/