K
Khafancoder
Hi guys,
is it possible to access ASP.Net authentication cookie through
javascript ?
thanx
is it possible to access ASP.Net authentication cookie through
javascript ?
thanx
Khafancoder said:Thanks, but i heard abt HttpOnly cookies that aren't accessible
through JS, i want to know if asp.net uses these kind of cookies or
not !?
Most likely not. It's only supported by IE6+ and no other browsers as
far as I can tell. As it's not standard, any browser can choose to
ignore the cookie if you add the HttpOnly option.