in reply to Re^3: CGI::Session get the value of
in thread CGI::Session get the value of
Thank you so much, leocharre.
You're absolutely right. It makes sense now. It wasn't saved in the session but merely submitted via a CGI form. I should use cgi->param('message') instead.
Cheers!
|
|---|