Page is a not externally linkable
- Code, Content, and Presentation
-- Perl Server Side CGI Scripting
---- Getting results from Javascript back to Perl


rocknbil - 4:51 pm on Dec 13, 2011 (gmt 0)


^^ Right, and

is that what is still holding the env variable?


No . . .the browser it holding the cookie. :-) Environment variables are on the server, and an http_cookie envar is only present if the browser sends it to the server. Even if it's a persistent cookie, it still doesn't live on the server, it's in your browser (well, actually, stored in some file the browser uses.)

A thing about persistent cookies that it took me a long time to get right is the expiration date has to be in the correct format otherwise they won't "stick."


Thread source:: http://www.webmasterworld.com/perl/4395572.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com