|
|
|
|
![]() ![]() |
May 22 2005, 06:46 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 407 Joined: 13-December 04 Member No.: 2,696 |
HI, Im having problem with CGI::Session. I need to assign same session id to user who adds items to shopping cart.
But it creates different ids everytime Im adding item. Im using IIS server, and I dont see any cookies or session data which should be stored on my computer.It only prints cookie in browser. I tried different methods nothing works. Here is script, as described in tutorial: use CGI; $cgi = new CGI; $session = new CGI::Session(undef, $cgi, {Directory=>'/tmp'}); $cookie = $cgi->cookie(CGISESSID => $session->id ); print $cgi->header(-cookie=>$cookie); $sid=$session->id(); Anybody can give any solution? |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 8th August 2008 - 12:34 AM |