in reply to Re: Re: problem with CGI::Session / DBI connection
in thread problem with CGI::Session / DBI connection
I have figured that because of my error ("Can't connect....") the session itself is not being created.Well doesn't this give you a clue? If youare getting this error then the handle _IS NOT_ valid when you pass it in. SOmething somewhere else is possibly closing the ahndle before it is used here.
CGI::Session works very well on all systems where I have used it (Windows, Linux, Solaris and HP-UX) with severeal different databases, but always with Apache never IIS (except in testing at one site where it currently runs okay on a test bed but was never put into production).
As for CGI::Session, mail the author, he usually responds very quickly. I think he might also have a wiki or some such on his website.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: problem with CGI::Session / DBI connection
by punkish (Priest) on Mar 02, 2004 at 18:23 UTC |