session-cookies
javascript getting setting deleteing cookies
I am having trouble setting and deleting cookies in php Ive got no problem.. in javascript eh.. lots I know this question is everywhere but all the answers I come across seem to bring me the same fate[详细]
2023-04-08 15:48 分类:问答for remembering passwords, sessions or cookies or both?
If a user decides to remember their password based on a checkbox when logging in, is it good practice to set both session and cookies? or would it be better to just do cookies?[详细]
2023-04-07 17:16 分类:问答How do I find a Java Web Start app's cookies? I'm lost in redirection
I\'m fairly new to HTTP processing and I would like to retrieve cookies in a Java Web Start application using the CookieHandler class with cookieHandler.get(...).[详细]
2023-04-06 22:01 分类:问答Possible to use different forms authentication cookie names for multiple virtual directories mapped to one physical directory?
Using ASP.NET 2.0, IIS 7. I have an ASP.NET application using forms authentication setup as follows in web.config :[详细]
2023-04-06 09:12 分类:问答Reading cookies & cookie domains
I have two servers: the live server (mydomain.com) and the QA server (qa.mydomain.com). When I set cookies I set the domain as respectively \".mydomain.com\" and \".qa.mydomain.com\". One of these coo[详细]
2023-04-05 01:35 分类:问答Passing session identifier as a query string parameter
Are there any security practices/techniques/considerations when, for example during (long/continuous) polling or normal requests between clients and server, session ID is sent/passed to the server as开[详细]
2023-04-03 09:09 分类:问答Spring Security - possible to restore a lost session?
I\'m storing the user\'s unsaved changes as session attributes. This way, if the browser is closed accidentally no data will be lost. However, in some cases this won\'t help: computer shutting down un[详细]
2023-04-03 02:56 分类:问答how to force new session cookie / sessionId when switching from http to https (in Tomcat)
my question upfront is: When changing from http to 开发者_如何学Pythonhttps: How do I enforce on Tomcat that the value of the JSESSIONID / (i.e. the session cookie) gets changed?[详细]
2023-04-02 21:48 分类:问答Disable Cookies in Rails 3.x app
Is there a way to disable all cookies for a Rails app?Or preferably on a controller by controlle开发者_如何学Pythonr basis?My problem is regarding access of a Rails JSON api by an Adobe Lightroom plug[详细]
2023-04-01 20:09 分类:问答How do I set the session cookie path in cakePHP while still saving session data in the database?
By default cakePHP puts the session cookie at the application level. For instance, if you have a cakePHP application at www.mydomain.com/myapp the cookie is stored at \"/myapp\".[详细]
2023-04-01 08:40 分类:问答