Hi,
I know this has been asked before but I needed some clarification and confirmation. I've been told when creating cookies, to use httponly to prevent XSS.
So my clarification is if I use httponly, will my php scripts accessed via ajax request still be able to determine my active php session (default: phpssessid) and retrieve my $_SESSION variables?
The thing is I didn't design with httponly option and I'm concerned if adding that option will in any way affect the design of the script.
Thanks!