Hello [EMAIL PROTECTED],

Tuesday, October 21, 2003, 1:46:06 PM, you wrote:

psc> I made two calls to ties for a test and the server comsume alot of CPU and
psc> never return. So I don't know what is going on.

psc> ...
psc> print "Content-type: text/html\n\n";
psc> tie %session, 'Apache::Session::File', undef;
psc> $sessId = $session{_session_id};
psc> print "id: " . $sessId . "\n";

psc> #the prog get hung when I added this line
psc> tie %session, 'Apache::Session::File', $sessId;
psc> $sessId = $session{_session_id};
psc> print "id: " . $sessId . "\n";
psc> ...

psc> In any case, are you saying that I have to pass the sessionId to the
psc> client as a cookie as in the doc? If so, isn;t there a package that
psc> already wraps this up for me?

Take a look at the Apache::SessionManager, hope it help.

-- 
WBR, Mike P. Mikhailov

mailto: [EMAIL PROTECTED]
ICQ:    280990142

Internet is a wonderful mechanism for making a fool of yourself in front of a very 
large audience

Reply via email to