cookieless
How to use $.post to be included in request of a new page
I\'m working on cookie-free session, I dont intend to pass variables through URL, but I try to use window.name or hidden forms. For window.name, I\'d do mosething like this:[详细]
2023-04-05 19:43 分类:问答Possible to emulate the death of a session-cookie in a cookieless site?
I\'m building a site/app which will be displayed in an iframe. I have done it loads of times before, and it has caused me loads of problems in the past... The main problem is crossdomain cookies being[详细]
2023-03-31 20:24 分类:问答Cookieless = Autodetect Web Services problem brings errors on call
Having a Simple \"Hello World\" web service on a web application that 开发者_如何转开发has cookieless= AutoDetect. I cannot call the web service without an error. If the cookieless is set to False or[详细]
2023-03-17 23:04 分类:问答ASP.NET Cookieless Forms Auth not setting cookie when Login page is bookmarked
Our ASP.NET 4.0 application\'s forms authentication is set to cookieless=\"AutoDetect.\"I\'ve noticed that if a user bookmarks our login page, the bookmark link is set to https://hostname.com/Login.as[详细]
2023-02-18 13:54 分类:问答asp.net can you mix cookieless with cookie session stored session data?
Is it possible to use mixed cookieless sessions with cookie sessions? I\'ve an application that captured user details and then redirect for payment to an ssl page. I was wondering if this is possible?[详细]
2023-02-18 01:56 分类:问答How does ASP.Net Cookieless work ?
I try to set the <sessionstate /> in my web.config but I don\'t know what are they. I would like to know about ASP.Net <SessionState cookieless=\"\" />.[详细]
2023-02-10 20:23 分类:问答Would it be wise to serve static content on a cookie-free domain in SSL?
I have long read about \"Use cookie-free domains\" aka create a subdomain that can serve css, js, and images, all in 1 subdomain.[详细]
2023-02-05 01:08 分类:问答Cookieless Domain Help
I\'ve been reading a bit about serving my images, javascript and css from a seperate domain. I have set up a domain, not a sub domain but a new account on my server.[详细]
2023-01-30 18:22 分类:问答How does IIS7 determine the same session in a cookieless scenario?
We have ASP.NET cookieless sessions (inproc), so URL contains the session id, i.e. S(dfasfdafasdfasfa)[详细]
2023-01-28 22:10 分类:问答Session tracking with cookies turned off and url should not have session id
I am working in Struts and jsp. I need to keep my cookies turned off as i needmulti-tab browser support. So a solution is required to hide the session id in the URL and still keep track of the session[详细]
2023-01-28 04:33 分类:问答