Re: how to create 'remember login' functionality during login



..oO(macca)

dont use cookies. They are not secure and some people have cookies
turned off in their browsers. Use sessions instead.

Sessions:

1) don't work here, as said
2) usually also use cookies (the SID can also be part of the URL, but
then it's even more insecure than the cookie)

Micha
.



Relevant Pages

  • Re: IE DOES NOT SUPPORT COOKIE on WIN2K and XP
    ... Does outputs Session Testing and Cookie Testing where as shot #2 does output ... Why do IE behaves strangely on handling cookies and sessions? ... > Is there any other programmable browsers available like IE? ...
    (microsoft.public.inetserver.asp.general)
  • Re: single page apps, URL hash setting, bookmarking, & the back button.
    ... state preserved as cookies as the hash is obviously *taken*. ... clearing or loosing cookies, loose it by changing browsers, etc. ... faux history entries. ... No. Primarily we've been discussing setting the URL hash as the state ...
    (comp.lang.javascript)
  • Re: Alternating text
    ... > browsers, or if person A successively accesses the page on two browsers, ... succession. ... If the visitor has cookies ... > The defects of HTML and CSS have nothing to do with this. ...
    (alt.html)
  • Sessions not retained in Firefox/Safari
    ... I'm using several Sessions in my app. ... But with cookies disabled, only IE ... How can I step through code using non-IE browsers? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IIS 6.0 not sending cookies to IE6
    ... there isn't anything in IIS to discriminate ... against particular browsers, either. ... gobble up cookie headers -- neither browser nor server can do anything about ... default.asp?page=2) and while doing that sends some cookies to the ...
    (microsoft.public.inetserver.iis)