Re: share a session between two website



Brian Wakem <no@xxxxxxxxx> wrote in news:4bi7hnF10mtt7U1@xxxxxxxxxxxxxx:

A. Sinan Unur wrote:

"Matt Garrish" <matthew.garrish@xxxxxxxxxxxx> wrote in
news:BeM4g.4843$fx.450545@xxxxxxxxxxxxxxxxxxxxx:


<alexjaquet@xxxxxxxxx> wrote in message
news:1146323027.854901.269310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"CGI::Session stores the session identifer in a cookie. Are you
sure that the
second site is able to access that cookie? Are you checking
errstr() for
more info? "


The effort to follow the posting guidelines is appreciated,

He has been asked to follow the guidelines many, many times.

local our $session = new CGI::Session( "driver:File",

He has also been asked many times why he uses local our instead of
my.

....

local our is common usage in mod_perl.

Yeah, I guess. I do do some mod_perl programming and I seem to do just
fine by wrapping everything in a handler sub and using my variables.

Using local our for everything? Surely that is a little overdone.

Sinan

--
A. Sinan Unur <1usa@xxxxxxxxxxxxxxxxxxx>
(remove .invalid and reverse each component for email address)

comp.lang.perl.misc guidelines on the WWW:
http://augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
.



Relevant Pages

  • Re: share a session between two website
    ... second site is able to access that cookie? ... Are you checking errstr() ... The effort to follow the posting guidelines is appreciated, ...
    (comp.lang.perl.misc)
  • Re: share a session between two website
    ... "CGI::Session stores the session identifer in a cookie. ... second site is able to access that cookie? ... I get this error msg when trying to call errstr ...
    (comp.lang.perl.misc)
  • Re: share a session between two website
    ... second site is able to access that cookie? ... Are you checking errstr() ... proper attribution which will make your life easier: ...
    (comp.lang.perl.misc)
  • Re: share a session between two website
    ... second site is able to access that cookie? ... Are you checking errstr() ... He has been asked to follow the guidelines many, ...
    (comp.lang.perl.misc)