http://qs1969.pair.com?node_id=589535


in reply to Sessions problems

Hi,

The question you should do is: Where am I calling the cookie method? The answer is:
$cookie = $query->cookie( -name => $session->name, -value => $session->id );
So, the next question is... Where is the $query variable created? (That I can't answer as it isn't created in the code you submitted.)

Answer this question, and probably you'll have the solution to you problem.

Note: use strict; use warnings; are your friends.

TheMage
Talking Web