Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: CGI::Session isn't installed?

by mwhiting (Beadle)
on May 16, 2007 at 22:50 UTC ( [id://615895]=note: print w/replies, xml ) Need Help??


in reply to Re: CGI::Session isn't installed?
in thread CGI::Session isn't installed?

Having it installed is obviously the best solution. The problem is, it isn't just my ISP, this is a script that gets run on any of our customer's systems. We can't really be going & getting it installed by every customer's local ISP ..... or if we were to try, they wouldn't all do it, as you said. I need a solution that I can implement myself from the script end without relying on the user's server. It sounds like installing the module to a folder, along with the rest of the installation process, would accomplish that.

Cookie functionality is also in the CGI module, is it not. I don't think I would require the CGI::Session module for that.

Replies are listed 'Best First'.
Re^3: CGI::Session isn't installed?
by leocharre (Priest) on May 17, 2007 at 17:37 UTC
    Sounds to me like you're developing something that you need in various clients' hosting accounts- of their choosing. I have experience with this. I would honestly do one of three things-
    • host them yourself (rent a server, $150/$300 mo or so)
    • pick the host for all your clients- questions asked, ok.. but you make the final decision.
    • quit, seriously. Go find another job where management has some common sense.

    We do general IT, and one of the things we do, is optionally manage client websites. I tried solving problems with installer scripts, etc etc. But after 5 sites, it gets hard... Actually, it gets messy and dangerous to your business. Things will break, and if you don't have a standard method of installation (cpan), things will break, it will be hard to update modules, clients will complain, management will complain, you will be in devhell.

    Use the shell and cpan- or have the isp install the stuff- or do the hosting yourself. Otherwise you can't update the modules, can you? Sorry to go on about this, I just really think you're headed into a nightmare.

      Thanks for your comments. Yes - I agree there are issues when you install with whoever's ISP. But this script is already on over 1000 clients' own webservers, whoever they might be and hasn't run into any real problems. Well, none that couldn't be solved easily enough. We don't want to be doing stuff that would be site-specific, but I was expecting the CGI::Session module to be more commonly installed. Was it more recently released? The O'Reilly Perl book I have doesn't cover it, though it covers the rest of the CGI module. (book was rev. 2000)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://615895]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-26 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found