in reply to cookies n variables
The safest way to do this, is store your information server side, and create a 'non-determinate' value as the cookie value. Hookup the non-determinate value with the data, and you can map the data between the browser and what you have stored server side.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: cookies n variables
by Anonymous Monk on Nov 16, 2002 at 10:18 UTC | |
by Ryszard (Priest) on Nov 16, 2002 at 16:24 UTC | |
by waswas-fng (Curate) on Nov 17, 2002 at 19:08 UTC | |
by Ryszard (Priest) on Nov 18, 2002 at 18:29 UTC | |
by waswas-fng (Curate) on Nov 18, 2002 at 22:44 UTC |