Re: share a session between two website
- From: "A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 22:38:36 GMT
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
.
- References:
- share a session between two website
- From: alexjaquet
- Re: share a session between two website
- From: Matt Garrish
- Re: share a session between two website
- From: alexjaquet
- Re: share a session between two website
- From: Matt Garrish
- Re: share a session between two website
- From: A. Sinan Unur
- Re: share a session between two website
- From: Brian Wakem
- share a session between two website
- Prev by Date: Re: Perl script does not work
- Next by Date: Re: random array elements and speed
- Previous by thread: Re: share a session between two website
- Next by thread: FAQ 5.30 How can I tell whether there's a character waiting on a filehandle?
- Index(es):
Relevant Pages
|