subdomain - CSS Images and Cookies -


I have set up a sub-domain on my server that works on CSS and images (to avoid cookies) . The page loads for the first time, everything is fine. For the second time however, I see that CSS and images have cookies in it

Edit: The solution found, the following text clarifies this issue.

The cookie requests were blocked on my static subdomain after banning Google Analytics on my main domain. Image, CSS, etc.)

It is difficult to know which HTTP server you are using, etc. The best way is to store session IDs in PHP (by default) cookie IDPPSESSID, for example, to know how to create cookies. If you are requesting a new HTTP (without sending PHPSESSID in your initial request) and it is returning a PHPSESSID, this would mean that PHP is actually a criminal, since I suspect that you have images and images through PHP script Retrieving CSS files, starting a new session, will show that the PHP session is automatically configured to start the session. Auto_start PHP Configuration Variables


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -