Tagged Questions

12
votes
18answers
8k views

Is 1 for TRUE or FALSE ?

I always forget :S How do you remember which number stands for TRUE or FALSE? (when I started css the colors black and white always confused me. Is white #FFFFFF or #000000. A tri …
-2
votes
1answer
79 views

Anyone remember and old C library called TCXL?

Back in the early 1990's, I used a library of routines in C called TCXL. I just wonder what ever happened to the guys who made that. I was about 25 years old the time, and learned …
1
vote
0answers
127 views

How to programatically ‘login’ a user based on ‘remember me’ cookie when using j2ee container authentication?

i'm using form based authntication in my WAR. i want to implement a 'remember me' cookie so: 1) how can i intercept the authentication before user is redirected to the form? 2) say …