Inside a flex app, I have a user login. The login calls a ColdFusion funct开发者_StackOverflow中文版ion as a remote object which authenticates the user and, if applicable, returns their id and access
I have never wanted to allow a user to stay logged in for any length of time so I never saw a use for a \"remember me\" feature. I started thinking about how it\'s done though and would like some clar
My requirem开发者_Go百科ent is pretty interesting, I want to maintain one cookie between two different browser for same domain.
My website is language independent, I have several language packs that I include based on user selection.
Does anyone know of a browser extension (preferably Firefox) that allows you to create independent cookie stores at a finer (and configurable) granularity than the specification?
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Can cooki开发者_如何学编程es set using HTTP be read using HTTPS?Cookies set with the \"Secure\" keyword will only be sent by the browser when connecting by a secure means (HTTPS). Apart from that ther
There\'s no access to the HTTP cookies from within a Flash movie, but I now have repeatedly read that Flash Player is supposed to take care of session cookies automatically. I could, however, not find
I am having an issue with a cookie that keeps getting deleted by the application. When you go into the application, if the cookie does not exist, it gets created. This works fine and everything in the
I am using DotNetOpenAuth in my ASP.Net Website.I have modified it to work with Facebook Connect as well, using the same methods and database structures.Now I have come across a problem.