NYCPHP Meetup

NYPHP.org

[nycphp-talk] TCL, PHP and cookies - AUGH!

Adam Fields fields at surgam.net
Thu Jul 31 18:38:19 EDT 2003


On Thu, Jul 31, 2003 at 02:16:50PM -0400, Phil Powell wrote:
> This is pure TCL CGI, although very familiar with Vignette.

Typically, the way this works is that whatever is providing the "CGI"
part of this for you will munge the cookies as returned in the header
into some form you can use.

If not, it should be in the HTTP_COOKIE environment variable, in
the form described in the latter two links below:

http://hoohoo.ncsa.uiuc.edu/cgi/env.html
http://www.cookiecentral.com/faq/#3.2
http://wp.netscape.com/newsref/std/cookie_spec.html

> Phil
> ----- Original Message -----
> From: "Adam Fields" <fields at surgam.net>
> To: "NYPHP Talk" <talk at lists.nyphp.org>
> Sent: Thursday, July 31, 2003 1:46 PM
> Subject: Re: [nycphp-talk] TCL, PHP and cookies - AUGH!
> 
> 
> > On Thu, Jul 31, 2003 at 01:41:05PM -0400, Phil Powell wrote:
> > > It doesn't show up in the $env list (that is, 'username'), however
> > > 'valIdentifier', another cookie in the same domain, does show up in
> $env.
> > >
> > > I don't know the syntax for passing a cookie into my HTTP_GET TCL proc,
> does
> > > anyone?
> >
> > Is this a TCL CGI or some version of Vignette?
> >
> >
> > --
> > - Adam
> >
> > -----
> > Adam Fields, Managing Partner, fields at surgam.net
> > Surgam, Inc. is a technology consulting firm with strong background in
> > delivering scalable and robust enterprise web and IT applications.
> > http://www.adamfields.com
> > _______________________________________________
> > talk mailing list
> > talk at lists.nyphp.org
> > http://lists.nyphp.org/mailman/listinfo/talk
> 
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
> 

-- 
				- Adam

-----
Adam Fields, Managing Partner, fields at surgam.net
Surgam, Inc. is a technology consulting firm with strong background in
delivering scalable and robust enterprise web and IT applications.
http://www.adamfields.com



More information about the talk mailing list