Search found 1 match

by sunshine33
Wed Feb 06, 2008 10:09 am
Forum: PHP - Code
Topic: One Cookie For multiple Domain
Replies: 1
Views: 364

One Cookie For multiple Domain

Hi All, I want to shared between some website (community) a same cookie to allowed users to login only once. It means I've to create a cookie for a main domain and each domain have to read it. I found this code, it allow, in theorie, to create a cookie for another domain of the current domain .. but...