B
Ben Amada
I know to determine if cookies are enabled or not, you have to try to
create a cookie then try to read it back. I know one method is to redirect
the user to a 2nd page which creates the cookie, then the 2nd page redirects
the user back to the 1st page which tries to read the cookie.
The other method I thought of and am wondering if this is reliable or not,
is to create a cookie when IsPostBack = False, then have the user click a
Submit button which on postback (to the same page) tries to read the cookie.
Is this method as reliable as the first method I mentioned above?
Thanks in advance,
Ben
create a cookie then try to read it back. I know one method is to redirect
the user to a 2nd page which creates the cookie, then the 2nd page redirects
the user back to the 1st page which tries to read the cookie.
The other method I thought of and am wondering if this is reliable or not,
is to create a cookie when IsPostBack = False, then have the user click a
Submit button which on postback (to the same page) tries to read the cookie.
Is this method as reliable as the first method I mentioned above?
Thanks in advance,
Ben