RE: Cookie INfo

2003-02-06 Thread Kipp, James
> All am I am trying to do now is have a user enter his/her > name in a form and have that saved to a cookie, so when they > return, they will get something like " Your juser, please > proceed" . I took the example here: > http://stein.cshl.org/WWW/CGI/examples/cookie.cgi > > Below is the code

RE: Cookie INfo

2003-02-06 Thread Kipp, James
> > > Do you have a specific question? it seems: > > > > http://search.cpan.org/author/LDS/CGI.pm-2.89/CGI.pm#HTTP_COOKIES > > > > Covers things pretty extensively, short of looking at the > > source to see how things are implemented rather than just the > > API. Really very little to them.

RE: Cookie INfo

2003-02-06 Thread Kipp, James
> > You also might want some background on the HTTP header field > for Set-Cookie - sort of behind the scenes of what the CGI > module does. > > I'd suggest some research for "RFC 2109" and "http > set-cookie". I found this helpful to understand the simple > cookie header-field syntax, separa

RE: Cookie INfo

2003-02-05 Thread John Mooney
You also might want some background on the HTTP header field for Set-Cookie - sort of behind the scenes of what the CGI module does. I'd suggest some research for "RFC 2109" and "http set-cookie". I found this helpful to understand the simple cookie header-field syntax, separate from the CGI met

RE: Cookie INfo

2003-02-05 Thread Kipp, James
> > > Can anyone point me to some good docs for using cookies > with Perl/CGI. I can > > only seem to find docs using Javascript. I have already > read the cgi.pm > > docs, but looking for something with more info. > > > > Do you have a specific question? it seems: > > http://search.cpan.org/

RE: Cookie INfo

2003-02-04 Thread wiggins
On Tue, 4 Feb 2003 16:22:17 -0500, "Kipp, James" <[EMAIL PROTECTED]> wrote: > Can anyone point me to some good docs for using cookies with Perl/CGI. I can > only seem to find docs using Javascript. I have already read the cgi.pm > docs, but looking

Cookie INfo

2003-02-04 Thread Kipp, James
Can anyone point me to some good docs for using cookies with Perl/CGI. I can only seem to find docs using Javascript. I have already read the cgi.pm docs, but looking for something with more info. Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC