>>>>> "JS" == Jason Simms <[EMAIL PROTECTED]> writes: JS> I have a quick question... Let's say I have a module that sets some JS> environment variables (in %ENV). This module then redirects to a CGI JS> script. Is there any way that the CGI script can access these new If you redirect, that's most likely telling the web browser to fetch the new page. This makes it a totally new request. However, if you're using internal_redirect, then subprocess_env should do the trick, but the ENV values will be prefixed with "REDIRECT_".
- Redirect While Maintaining Environment? Jason Simms
- Re: Redirect While Maintaining Environment? Vivek Khera
- Re: Redirect While Maintaining Environment? Jason Simms
- Re: Redirect While Maintaining Environment? darren chamberlain
- Re: Redirect While Maintaining Environment? Andrei A. Voropaev
- Re: Redirect While Maintaining Environment? Cliff Rayman
- Re: Redirect While Maintaining Environment? Eric L. Brine
- Re: Redirect While Maintaining Environment? Vivek Khera
- Re: Redirect While Maintaining Environment... Scott Chapman
- Re: Redirect While Maintaining Environment? Jason Simms
- Re: Redirect While Maintaining Environment? Matt Sergeant
- Re: Redirect While Maintaining Environment? Peter Levart