S
Shadab
Problem: I want to store data from a form into a cookie but the cookie
size is limited to 5kb. Eventually if the saved data crosses the limit
5 it does not get saved anymore. Is there any possibility to reduce
the size of the string so that I can save some more datas in a cookie?
What javascript function on clientside can I use that converts the
string into byte? Or, Is there a possibility to increase the cookie
size & how?
Thanks in anticipation.
size is limited to 5kb. Eventually if the saved data crosses the limit
5 it does not get saved anymore. Is there any possibility to reduce
the size of the string so that I can save some more datas in a cookie?
What javascript function on clientside can I use that converts the
string into byte? Or, Is there a possibility to increase the cookie
size & how?
Thanks in anticipation.