Re: [PHP-DB] cookie issue

2004-07-02 Thread Mark
x27;s not the best solution > ...sorry, > I have to change all my pages to that...Quite wasting time . > > but Thanx a lot... > > - Original Message - > From: "zareef ahmed" <[EMAIL PROTECTED]> > To: "Sukanto Kho" <[EMAIL PROTECT

Re: [PHP-DB] cookie issue

2004-07-01 Thread Sukanto Kho
AIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 02, 2004 11:43 AM Subject: Re: [PHP-DB] cookie issue > > Hi Sukanto, > > Cookies do not have any id like sessions. > > Headers in php sent in reverse order to browser, > means the last one will send first,

Re: [PHP-DB] cookie issue

2004-07-01 Thread zareef ahmed
;name",$user_name, $time+3600); > but all I want is "cookie_id" (just like session > variable has session_id)... > > Thanx > Flame > > - Original Message - > From: "zareef ahmed" <[EMAIL PROTECTED]> > To: "Sukanto Kho" &l

Re: [PHP-DB] cookie issue

2004-07-01 Thread Sukanto Kho
600); but all I want is "cookie_id" (just like session variable has session_id)... Thanx Flame - Original Message - From: "zareef ahmed" <[EMAIL PROTECTED]> To: "Sukanto Kho" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 02,

Re: [PHP-DB] cookie issue

2004-07-01 Thread zareef ahmed
--- Sukanto Kho <[EMAIL PROTECTED]> wrote: > Hi All, > > Do cookie variable has cookie_id and how to call it? How you set the cookie? It will be available as $_COOKIE['COOKIE_NAME']; > > Is Cookie_id same for 1 PC ?? or just in 1 browser?? It is vaid for the pc but expire time applicable. >

[PHP-DB] cookie issue

2004-07-01 Thread Sukanto Kho
Hi All, Do cookie variable has cookie_id and how to call it? Is Cookie_id same for 1 PC ?? or just in 1 browser?? How to avoid cookie not passed if using redirecting header(location:"")...sorry if I ask this before...but still havent get any suggestion. Thanx Flame

RE: [PHP-DB] Cookie issue

2003-06-06 Thread Marie Osypian
] Sent: Thursday, June 05, 2003 10:03 AM To: PHP-DB Subject: [PHP-DB] Cookie issue We are having complaints on our site about users not being able to log-in and we feel it maybe related to the setting of cookie. Here is the code used. Can anyone give me insight. /* some standard var's or

[PHP-DB] Cookie issue

2003-06-06 Thread Marie Osypian
We are having complaints on our site about users not being able to log-in and we feel it maybe related to the setting of cookie. Here is the code used. Can anyone give me insight. /* some standard var's or other things like srand */ srand((double)microtime() * 100); $includes_root

Re: [PHP-DB] Cookie issue

2003-06-05 Thread Becoming Digital
-- From: Marie Osypian [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:03 AM To: PHP-DB Subject: [PHP-DB] Cookie issue We are having complaints on our site about users not being able to log-in and we feel it maybe related to the setting of cookie. Here is the code used. Can anyone give me