Re: cookies problem
- From: "Rik Wasmus" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Fri, 30 May 2008 20:51:19 +0200
On Fri, 30 May 2008 20:10:55 +0200, oooobs <oooobs@xxxxxxxxx> wrote:
Hello i have deficulty to deal with cookies in PHP
my website is http://kal.am
cookies not working and when i tried to print session array i got the
following strange output:
__utma 238121498.423365001.1211713664.1212127389.1212130222.30
__utmz 238121498.1212127389.29.4.utmcsr=hffar.com|utmccn=(referral)|
utmcmd=referral|utmcct=/
__utmc 238121498
cprelogin no
cpsession closed
PHPSESSID a1db2915fffd55355c16a97e13741ccf
could you notice that line "utmcsr=hffar.com" it is refers to other
website(my old website)!!!!!!!!!!
if some one know how to chage this line "utmcsr=hffar.com" to refer to
my website www.kal.am it may solve the problem
I don't know what your exact problem with the $COOKIE array is, however, the __utmz cookie refers usually to Google Analytics, which I could not find on your current site. You can find some details about that cookie @ http://www.codeproject.com/KB/scripting/GoogleAnalytics.aspx Having that hffar.com string in it should not cause any problems whatsoever
The only cookie I get set is this:
Set-Cookie: PHPSESSID=adf8479d9bd2b73320f1cbe39e8f2cc8; path=/; domain=.kal.am
which seems perfectly OK to me.
Could you tell us more about the exact problem you're having, what you are trying to do and where it fails?
--
Rik Wasmus
....spamrun finished
.
- Follow-Ups:
- Re: cookies problem
- From: oooobs
- Re: cookies problem
- From: oooobs
- Re: cookies problem
- References:
- cookies problem
- From: oooobs
- cookies problem
- Prev by Date: Re: Creating a simple hitcounter for PHP web pages. (saves to files)
- Next by Date: Re: cookies problem
- Previous by thread: cookies problem
- Next by thread: Re: cookies problem
- Index(es):
Relevant Pages
|