Re: authentication ticket expiring too soon
Just curious -- what is it that indicates the cookies are not being
properly set?
The expiry date... it's in history.
The cookie is deleted by the client.
Expires must be MM/DD/2007 or something like that... in near or far future.
--
Happy Hacking,
Gaurav Vaish |
http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
.
Relevant Pages
- Re: COOKIE EXPIRATION TIME
... The definition you gave is correct, you do specify a time that the cookie ... will expires on the client. ... The code I gave you comes directly from the MSDN help on the Expires ... - sounds like an absolute value... ... (microsoft.public.dotnet.framework.aspnet) - Client not returning server cookie
... During my server's communication with client, I add a cookie to the ... I saw that in the HTTP response from my server, ... Does that mean that the way I set the Expires ... (microsoft.public.dotnet.framework) - Re: If not readdir() then what?
... Please go read the NFS spec. ... The only thing an NFS client has in order ... filehandle and a cookie as its arguments. ... The server is expected to return cookies for _each_ ... (Linux-Kernel) - Re: Best authentication methods for CGI <- PERL -> DBI
... Right now one method which seems to be really unsecured, is to take them, check them against the PW/ID stored in the database and permit/deny against that. ... The client javascript code takes the password and MD5 sums it, and sends that as the password along with the cleartext username. ... One cookie is the record id of the user in the database, ... A solution to not use https would be public key encryption. ... (perl.dbi.users) - Re: Best authentication methods for CGI <- PERL -> DBI
... Right now one method which seems to be really unsecured, is to take them, check them against the PW/ID stored in the database and permit/deny against that. ... The client javascript code takes the password and MD5 sums it, and sends that as the password along with the cleartext username. ... One cookie is the record id of the user in the database, ... A solution to not use https would be public key encryption. ... (perl.dbi.users) |
|