I need to direct users that are logged in to a sub domain. I guess the absolute only way is with a cookie to carry the session variable.
I have heard that using cookies opens the door to xss. Are cookies the best way to go? Security has to be put first on this project.
Any thoughts would be appriciated.
Thanks,
Frank
I have heard that using cookies opens the door to xss. Are cookies the best way to go? Security has to be put first on this project.
Any thoughts would be appriciated.
Thanks,
Frank
Comment