The Problem Safari does not allow cross-domain cookies. In other words, if on X.com, you load an iFrame with contents of Y.com and set a cookie in the iFrame, Safari will not save the cookie. This problem also occurs in IE6/7 but can be resolved by sending a P3P header.
Tag Archives: cookies
jCarousel remember position
Simple carousel This is the most simple usage of the carousel with no configuration options.
.htaccess Session timeout
php_value session.cookie_lifetime 3600 php_value session.gc_maxlifetime 3600 printf("cookie: %s, gc: %s", ini_get(‘session.cookie_lifetime’), ini_get(‘session.gc_maxlifetime’));