Question

I want to pass a variable in one python cgi script to other cgi script? how can i do this as in php. using url or something...?

i saved variable in text file, thus read and get saved variable when other page load

Is this method good?

Was it helpful?

Solution

Traditionally this is done using cookies or hidden form fields.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top