Rakish
08-01-2006, 09:00 PM
Hi all,
I want to send other cookies along with the session;
the problem is when i send the session cookie to the header by:
print $session->header();
and then send another cookie by
print header(-cookie=>$cookie13);
PERL just prints the value of the cookie13 on the browser, this means the no cookie is created at all...
but i could see the session cookie created which is named "CGISESSID"
I would really apprecite if some one helps me with this.
Thankyou,
-Rakesh
I want to send other cookies along with the session;
the problem is when i send the session cookie to the header by:
print $session->header();
and then send another cookie by
print header(-cookie=>$cookie13);
PERL just prints the value of the cookie13 on the browser, this means the no cookie is created at all...
but i could see the session cookie created which is named "CGISESSID"
I would really apprecite if some one helps me with this.
Thankyou,
-Rakesh