• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Help with Apache Cookie Based Authentication

fx9

[H]ard|Gawd
2FA
Joined
Apr 2, 2008
Messages
1,159
I'm stuck, I need to add a cookie based authentication to a site but I don't know exactly where to start. I've been looking for mod_perl but the user manual just to install it looks like a daunting 100+ pages of stuff..

Looking for a way so users can login once, cookie is passed to them, so everytime they come to the site they won't have to login again if the cookie is present. Any ideas would help. Thanks in advance.
 
I would look into authentication and setting cookies with Java. Tomcat is not a language.
 
Back
Top