Javascript cookies can't help me anymore, is sessions the solution?

I guess the answer is yes.

Well, first of all, I have reached the limit of js cookies, 4 kB. My last
attempt needed 6.5 kB to be passed to the next page (many many forms, and I
can't break it into smaller parts). And there IS an idea using ONE cookie
instead of many.
So, the next question is, is there any limitations using sessions?
My last request: I need some easy but not too 'elementary' tutorial on using
sessions.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to