Re: Apache::Session

2002-02-24 Thread Christoph Lange
Hi Milo, thanks for your answer. I hope you will excuse, but I am not sure whether I got you right. The session hash is serialized/deserialized in its entirety using the Storable module. Does this mean, that - after tying the session hash - it is of no importance (concerning the amount of time

Apache::Session

2002-02-23 Thread Christoph Lange
Hi, I guess that thisis going to be another "what-a-bloody-beginner"-question but I hope somebody will be in a good mood and help me out. I am using Apache::Session with Postgresql. Unfortunately I had never worked with a huge amount of data before I started to program something like

_session_id-problem with Apache::Session::Store::Postgres

2001-11-05 Thread Christoph Lange
Hi, sorry, this is not exactly a mod_perl question but I hope somehow in the wake of this issue. Apache::Session::Store::Postgres problem: After the initial login to my page, I define and tie a %session which produces a _session_id that is totally different from what it stores in the

Re: Module does not change

2001-10-17 Thread Christoph Lange
works fine. Thanks to all who answered to my mail, Chris - Original Message - From: Christoph Lange To: [EMAIL PROTECTED] Sent: Friday, October 12, 2001 6:05 PM Subject: Module does not change Hi, sorry to bother you with this newbe problem, but I am simply

Apache::Reload

2001-10-14 Thread Christoph Lange
Hi, I am using "use Apache::Reload;" in a module but it does not work. I tell my "main"-script where to find this module via "use lib '/home/path/for/modules'". Might this be the (or one) reason why Apache::Reload does not work? Do I have to add the path for my modules to @INC in the

Module does not change

2001-10-12 Thread Christoph Lange
Hi, sorry to bother you with this newbe problem, but I am simply unnable to solve it withoutyour help. Fortesting I created a program called "diplmod" that looks like this. #!/usr/bin/perl -w use lib '/home/user/lange02/diplomarbeit/modules'; use Checking; use CGI qw(:standard);use