Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
124 views

Problems trying to create a cookieless domain due to Adsense

Following the advice on google's pagespeed addon, I moved my static content (images, css, javascript files) to a subdomain of my site on which there should be no cookies, thus saving some space in the ...
8
votes
4answers
370 views

Creating cookieless application on development machine with asp.net

I tried posting this on ServerFault with no luck so i am trying here. I am thinking about setting up a new domain to host static content on my website and have it cookieless just like Stackoverflow ...
6
votes
3answers
753 views

SessionID changing across different instances in Azure (and probably in a web farm)

I have a problem with an Azure project with one WebRole but multiple instances that uses cookieless sessions. The application doesn't need Session storage, so it's not using any session storage ...
5
votes
7answers
3k views

Asp.net forms authentication login loop

How do you solve the infinite login loop problem when you are using cookieless sessions and cannot change the name of login.aspx to a httphandler ? i.e. When a user with admin rights hits the logout ...
4
votes
1answer
452 views

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 ...
4
votes
4answers
429 views

avoid session hijacking for Web Applications

I read about Session Hijacking articles and would like to some more information related to it. Currently my web application which is developed in ASP.NET , is using Cookieless =true mode for ...
3
votes
2answers
74 views

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: ...
3
votes
1answer
100 views

Can I securely implement cookieless “keep me signed in” using localstorage in a mobile app?

I don't want users to have to enter their passwords each time, and I don't want to store the passwords locally. When the user first sends me their username and password, I'm planning to send back ...
3
votes
2answers
403 views

POST requests fail when <sessionState cookieless=“AutoDetect” /> is set

Consider the following case: A web server is running a .NET app with <sessionState cookieless="AutoDetect" />. A client is POSTing data to it using a simple HttpWebRequest (no cookies). This ...
3
votes
5answers
2k views

How to detect session timeouts when using cookieless sessions

I'm currently working on a ASP.Net 3.5 project and trying to implement session timeout detection. I know how to do it with enabled session cookies, but without i'm totally lost. When session timeout ...
3
votes
1answer
269 views

Remove Cookie Support

My site has the following url format: www.mysite.com/Display.aspx?ID=128 However most users see the url as www.mysite.com/Display.aspx?ID=128&AspxAutoDetectCookieSupport=1 How can I avoid ...
2
votes
1answer
210 views

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 ...
2
votes
1answer
109 views

Is it possible to serve an ASPX page without it setting a cookie on your browser?

we're in the process of trying to speed up the performance of our website by serving static content from a cookieless domain. That seems to be going well, but I have a new question: I know that it's ...
2
votes
2answers
783 views

Java (Tomcat): how to configure a cookieless subdomain to serve static content

One of the tip given by both Google and Yahoo! to speed up webpages loading is to configure a cookieless subdomain to server static content. How do you configure a "cookieless subdomain" using Tomcat ...
2
votes
2answers
249 views

How important are cookieless sessions? Should a web application framework provide support for them?

We are programming a new web application framework (Second WAF). I was wondering if we should support cookieless sessions or not. Who use it and who needs it?
2
votes
2answers
545 views

Serving CSS from a static domain

I want to serve my css and images from a static cookieless domain. Now my problem is how to point to the images from within my css files. I don't want to program my domain hard within the css file, ...
2
votes
1answer
841 views

URL Rewriting in .NET behaves badly with cookieless sessions

I'm currently using Intelligencia's URL Rewriter .NET HTTPModule to rewrite URLs. I am using its Custom Transform feature, which allows me to supply an assembly containing a method that performs the ...
1
vote
3answers
89 views

Which one is better, InProc or SQL Server, for Session State mode in asp.net?

I am developing an ASP.NET website. I want to know which one is better in session state mode: InProc or SQL Server? I need to hear about your experiences on this issue. Another question is about ...
1
vote
1answer
71 views

How do I SLO from a cookieless application in PingFederate

I'm trying to SLO using PingFederate. One of the SP apps is configured to use cookieless session. This SP app in PingFederate is set with the logout URL as being for example 'http://site/logout.aspx', ...
1
vote
1answer
59 views

How can I offer both URL-based and COOKIE-based SESSION TRACKING depending on Cookie Support?

I have a PHP site where 20% of visitors do not have cookie support. How can I offer both URL-based and Cookie-based Session Tracking depending on Cookie Support? In other words, if the user accepts ...
1
vote
2answers
71 views

Google Analytics vanishes my effort to make a cookieless domain

I setup the subdomain static.map.ninux.org to load static files for the domain map.ninux.org. The goal was to have a cookieless domain. I checked and I found out that google analytics on ...
1
vote
0answers
197 views

How to properly handle Forms Authentication Ticket when using a Cookie-less Session

I am pretty sure I do not have a unique problem, but I have searched all over google and this site and I haven't found a solid answer for what I am looking for. So I wanted to explain myself to see if ...
1
vote
2answers
142 views

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 True then ...
1
vote
0answers
190 views

setting up cookieless domain for static resources

I am running an asp.net web application on IIS7 with .net 3.5. To improve my Yslow score I am looking at implementing a cookieless domain for my static resources such as images, css and javascript. ...
1
vote
1answer
213 views

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) We also have several clients going through proxy servers where it appears like our web server ...
1
vote
2answers
161 views

Best practices for “disable all cookies” setting and logged in users / carts

How do you handle keeping a user logged in or updating a cart when you can't use sessions? adding the userId or cartId to hidden input fields feels like a security flaw
1
vote
4answers
150 views

cookieless authentication in php5

In my PHP application, I used UserName & Pwd and check the user table in the database to check the validity of users. After the login is successful, I stored the credentials in the Server ...
1
vote
2answers
298 views

Absolute URL Cookieless

Is there some method in asp.net for getting an absolute url with cookieless session? UPDATE: I need create other new URL. It is not requested URL. I´m using Response.ApplyAppPathModifier for ...
1
vote
0answers
106 views

load testing of “cookieless Session” asp.net

I have been trying using MS VSTS 2008, no luck so far.. After the redirection from server to accomodate the sessionID in URL, the test fails during the first time recording. I am open to looking at ...
1
vote
2answers
2k views

Difference with regenerateExpiredSessionId=“false” and regenerateExpiredSessionId=“true” .net

My understanding from http://msdn.microsoft.com/en-us/library/system.web.configuration.sessionstatesection.regenerateexpiredsessionid.aspx meaning of regenerateExpiredSessionId="false" was that if a ...
1
vote
1answer
372 views

Google bot .net and AspxAutoDetectCookieSupport dilemma

i have a .net mobile web site where i use sesion state and due to nature of mobile networks/phones (not all supports session cookies) i had to use <sessionState cookieless="AutoDetect"/> It ...
1
vote
2answers
535 views

is it possible to set sessionState mode programmatically in.net?

For a c# web site project that serves content for mobile phones i need to use sesion state. Mobile browsing is abit tricky area, you cannot rely on cookies because some networks just removes them or ...
0
votes
0answers
94 views

asp.net mvc3 managing session id in url

In my .net mvc3 project, I want to handle the scenario for the user where if the cookies are disabled on the user's browser, then still the web application should be able to handle it and run ...
0
votes
3answers
60 views

cookieless domain to serve css and js - way to organize code?

I would like to configure my environment to serve css and javascript files from static.example.com instead of example.com/static. The second has the convenience that I can code my html pages to load ...
0
votes
2answers
143 views

symfony 1.4 session without using cookies

I have a Symfony application which use a mysql database to store session data, and uses the SfGuard plugin to manage the authentication. Despite that symfony allways save the authentication info in a ...
0
votes
0answers
45 views

Domain for static content, CNAME aliasing or new domain zone

I would like to serve static content (images) from a cookieless domain. Which solution is better: setup a CNAME record aliasing my static domain to my main domain use two different domain zones for ...
0
votes
1answer
36 views

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 ...
0
votes
1answer
62 views

Setup CNAME alias from one domain to another

I'm attempting to satisfy the Cookieless domain suggestion of Google's Page Speed plugin and am running into a wall with my host who can't be bothered with the details of why it's not working. ...
0
votes
0answers
40 views

ApplyAppPathModifier problem on Windows 2003

I have a an ASP.NET website running in cookieless mode. I apply Response.ApplyPathModifier on an url before doing a Response.Redirect with it. It works well (the session id is added to the URL) when ...
0
votes
0answers
54 views

Handling HTTP and HTTPS with Cookie-less domains

I am getting ready to implement a Cookie-less domain for handeling our images, CSS and JS files. I wanted to know how to handle HTTP and HTTPS in a stylesheet. How do you toggle between the two so IE ...
0
votes
0answers
63 views

how to grab the session ID by quering the root URL

I am trying take in user variable and input into a url to retrieve datas. However because of the session id in the url. Each time, i input user input, i receive an error as it generate a new session ...
0
votes
1answer
272 views

Redirecting cookieless sessions in PHP without clicking a link

I've been fighting with the cookieless sessions solution. Of course cookieless sessions solution is amazing. I have a trouble in implementing it because I can't read the session information after ...
0
votes
2answers
625 views

single sign on across many domain without cookies

im using visual studio 2008. my requirement is to implement single sign on across many domains without using cookies. is this possible? for example, i have 3 domains (hosted in 3 different systems). ...
0
votes
1answer
218 views

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. However 99% of our site is served via ssl, and ssl certificates can be ...
0
votes
1answer
53 views

Append domain to images

I am developing a .net web application in c#/.net. For images on my site I am using relative paths. However to assist with performance of my site I am looking to introduce cookieless domains for ...
0
votes
0answers
261 views

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. My site is for example: ...
0
votes
2answers
400 views

Interaction problem between WCF service and ASP.NET sites with cookieless session, different subdomains

I have several ASP.NET sites, hosted on the same domain (different subdomains) and working via HTTPS. I have WCF service, hosted on the same domain. I have a separate state server for sessions. ...
0
votes
1answer
379 views

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 need multi-tab browser support. So a solution is required to hide the session id in the URL and still keep track of the ...
0
votes
2answers
321 views

How to move the wordpress template style.css file in another folder?

I would like to follow one of Page Speed's recommendation: Serve static content from a cookieless domain. So I need to move the style.css file away from the default template folder and put it in my ...
0
votes
1answer
474 views

nginx - serve static content from a subdomain

Is there a way I can setup nginx to serve static content from static.example.com - without having to modify all my php files to reflect where to get the images from? I was hoping there was some trick ...

1 2