what are the strategies followed for multiple form interaction in cgi programs?



what are the strategies followed for multiple form interaction in cgi programs?..

Answer / Neeshu Praveen Srivastava

There are several strategies that can be used for handling multiple form interactions in CGI (Common Gateway Interface) programs. One common approach is to use hidden fields in the HTML form to store state information between requests, such as session IDs or user preferences. Another approach is to use cookies or URL rewriting techniques to maintain state information across multiple requests. Additionally, some CGI frameworks provide higher-level abstractions for managing state and user sessions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

write a script to check whether user enter a value is a leap year or not?

3 Answers   Oracle, Persistent, ViPrak,


How to connect to SQL server through Perl?

0 Answers  


Explain subroutine?

1 Answers  


What arguments do you frequently use for the Perl interpreter and what do they mean?

4 Answers  


What is the purpose of redo statement?

1 Answers  


Define perl scripting?

1 Answers  


Explain 'grep' function.

1 Answers  


What is the purpose of goto expr statement?

1 Answers  


Explain grooving and shortening of arrays and splicing of arrays?

1 Answers  


How can arrays be tied?

1 Answers  


what is the meaning of rigging?

1 Answers  


Explain perl.

1 Answers  


Categories