[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

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. How

Re: [PHP-DB] cookie issue

2004-07-01 Thread Sukanto Kho
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, 2004 10:58 AM Subject: Re: [PHP-DB] cookie issue --- Sukanto Kho [EMAIL PROTECTED

Re: [PHP-DB] cookie issue

2004-07-01 Thread zareef ahmed
session_id)... Thanx Flame - Original Message - From: zareef ahmed [EMAIL PROTECTED] To: Sukanto Kho [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 02, 2004 10:58 AM Subject: Re: [PHP-DB] cookie issue --- Sukanto Kho [EMAIL PROTECTED] wrote: Hi All, Do cookie

[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-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 other

Re: [PHP-DB] Cookie issue

2003-06-05 Thread Becoming Digital
It's probably an issue with security settings in IE6, not your code. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Marie Osypian [EMAIL PROTECTED] To: PHP-DB [EMAIL PROTECTED] Sent: Thursday, 05 June, 2003 11:30 Subject: RE: [PHP-DB] Cookie issue