Re: Sessions on win 32

2001-02-10 Thread harilaos
). John- On Fri, 9 Feb 2001, harilaos wrote: Hello, thats whrere i have downloaded my apache+perl+mod_perl. You say that you have made it work. My question is how? And aslo my original question was about Apache::Session::File. I beleive that if somebody cannot help, should not just

Re: Sessions on win 32

2001-02-08 Thread harilaos
2001, harilaos wrote: Hello, I have searched everywhere but there is documentation on how to implement Apache::Session on windows. Has anyone done this? Please point me to relevent docs if you know any. I have read about Apache::Session::Win32 but the package is removed and obsolete

Re: Sessions on win 32

2001-02-08 Thread harilaos
to cookie to DB session management anmd from windows to linux. Maybe if i hot perldoc again that will help. Haris Gunther Birznieks wrote: Have you tried doing a perldoc on the modules themselves? At 02:35 PM 2/7/2001 +, harilaos wrote: Hello, I have searched everywhere

Sessions on win 32

2001-02-07 Thread harilaos
Hello, I have searched everywhere but there is documentation on how to implement Apache::Session on windows. Has anyone done this? Please point me to relevent docs if you know any. I have read about Apache::Session::Win32 but the package is removed and obsolete from the latest Apache::Session

Re: Apache::Session::File

2001-02-06 Thread harilaos
for using Flock based locking but am not sure. If you are using win32 mod_perl, locking is irrelevant anyway because all requests are serialized through one engine. At 03:43 PM 2/5/01 +, harilaos wrote: Hello, I ma trying to use this module to store persident data on file on win32

Apache::Session::File

2001-02-05 Thread harilaos
Hello, I ma trying to use this module to store persident data on file on win32 environment. I use the code: use Apache; use Apache::Session::File; use CGI qw/:standard/; use CGI::Carp qw(fatalsToBrowser); print header(); print start_html; my %global_data; eval { tie %global_data,

Logging to apache from perl

2001-01-30 Thread harilaos
Hello, i was wondering if anyone could help me. I want to create a username and password when a user enters my site, then pass these values to apache to authenticate. Then i could have the REMOTE_USER variable available throught the users stay at my site. Is there a way to pass these values to

Re: Logging to apache from perl

2001-01-30 Thread harilaos
'}; is empty. am i doing anything wrong? Also it is for tracking users across my site. So far i am doing it with hidden fields, putting session_id in url. I thought having a variable following the user without putting all the above would be easier. darren chamberlain wrote: harilaos ([EMAIL

Re: RFC: mod_perl advocacy project resurrection

2000-12-08 Thread harilaos
One simple question please. How do you differentiate between perl programmers amd Mod_perl programmers? Thanks Stas Bekman wrote: I've dropped my last job, in order to finally finish the mod_perl book, have some rest and make a push to mod_perl. Well best of luck hope you have