stumbler has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I am creating some webpages and I am using the 'hidden' type of the 'input' tag to pass data from one page to another.
I came across CGI Session and found it to be a better way for data persistence.
I am thinking of storing all the required data in a hash and retrieve that using session id? Would it be a good approach?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI Session instead of using hidden variables
by hesco (Deacon) on Dec 05, 2006 at 18:37 UTC | |
|
Re: CGI Session instead of using hidden variables
by artist (Parson) on Dec 05, 2006 at 19:47 UTC |