hot questions tagged remember - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T11:09:37Zhttp://stackoverflow.com/feeds/tag?tagnames=remember&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/329582/is-1-for-true-or-false15Is 1 for TRUE or FALSE ?CharlesChipy2008-11-30T23:20:31Z2009-09-09T04:29:33Z
<p>I always forget :S<br />
<strong>How do you remember which number stands for TRUE or FALSE?</strong></p>
<p><em>(when I started css the colors black and white always confused me. Is white #FFFFFF or #000000. A trick I came up with: black is 0,because z0rr0 is dressed in …)</em></p>
http://stackoverflow.com/questions/790107/anyone-remember-and-old-c-library-called-tcxl-2Anyone remember and old C library called TCXL?MattSlay2009-04-26T01:56:44Z2009-04-26T02:38:34Z
<p>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 C from a manual I printed out on my dot matrix printer. I think was using Turbo C, and I guess I downloaded TCXL from some bulletin board, or maybe Compuserve? </p>
<p>That library had cool routines to create "windows" for pop-ups and to create regions on the screen, as well has many other cool things that I can't fully recall. All this was in DOS of course.</p>
http://stackoverflow.com/questions/396543/how-to-programatically-login-a-user-based-on-remember-me-cookie-when-using-j21How to programatically 'login' a user based on 'remember me' cookie when using j2ee container authentication?erez2008-12-28T19:13:55Z2008-12-28T19:13:55Z
<p>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 i checked the cookie and its fine, how do i actually login the user?</p>