in reply to Re^2: Perl Mason | Session Hash not stored in Browser
in thread Perl Mason | Session Hash not stored in Browser

Are you the maintainer or administrator of this system? Did you make *any* changes to the software?

If not the latter and not the former, ask your system admins if they did anything on the file system or services configuration that could impede things from working.

If the latter and not the former, find out if the admins did any work, and review *everything* you did code-wise. If the admins were making changes while you were working on code (on a production system I'm assuming), you need to seriously review your maintenance scheduling procedures.

If you're the only one who maintains this system, then as cold as this seems, you need to learn better system maintenance, programming and implementation policies.

Please do not be disillusioned; these are the most basic of things that should be undertaken for any programming language, and for any type of system/environment change control. Nothing I've stated here is strictly Perl-related and shouldn't be construed as such.

  • Comment on Re^3: Perl Mason | Session Hash not stored in Browser