in reply to Setting cookies on session data change
If not, do so now. It might point out some errors in your code.#!/usr/bin/perl -wT use strict;
Anyhow, you've got a variable called $sessionInfo, but as far as I can see, you're not actually using a session, and you just want put that info in the cookie. DON'T. Use CGI::Session or Apache::Session instead.
The docs for CGI::Session are pretty clear, so maybe you should start reading that.
|
|---|