A
Andrea
I noticed that if cookie is disabled, unfortunately adding cookie to the
collection doesn't trap any error, and this is really good for some aspects,
because
it's impossibile to understand that since next time you use the cookie.
Now supposing to work on an environment where cookie are disabled, what's
the behaviour of the session? They are passed on the querystring, but it's
just the sessionid ... and other session values???
What generally do you use to pass value that is stored in cookie or in sessiom
between pages when the cookie are disabled?
Hidden form fields?
Thanks
Andrea
collection doesn't trap any error, and this is really good for some aspects,
because
it's impossibile to understand that since next time you use the cookie.
Now supposing to work on an environment where cookie are disabled, what's
the behaviour of the session? They are passed on the querystring, but it's
just the sessionid ... and other session values???
What generally do you use to pass value that is stored in cookie or in sessiom
between pages when the cookie are disabled?
Hidden form fields?
Thanks
Andrea