D
Drew
I have been working on internal, intranet apps in the past few years, so I
haven't needed to secure apps with a login/password and sessions like I did
8 or so years ago (I use Windows Auth now, which makes it easier)... Is
using sessions still a practical, safe way to secure the backend of the
apps? Or should I just bite the bullet and move to ASP.NET to build a
secure backend?
I have researched session hijacking and there seems to be a lot of
information out there about that type of attack... what are your thoughts?
Thanks,
Drew
haven't needed to secure apps with a login/password and sessions like I did
8 or so years ago (I use Windows Auth now, which makes it easier)... Is
using sessions still a practical, safe way to secure the backend of the
apps? Or should I just bite the bullet and move to ASP.NET to build a
secure backend?
I have researched session hijacking and there seems to be a lot of
information out there about that type of attack... what are your thoughts?
Thanks,
Drew