Re: Sessions on win 32

2001-02-10 Thread harilaos
If you have an example on how it works with apache::session::file send it to me please, since we both have the same package it should work on mine too. Thanks siberian wrote: I must have missed it, exactly what problems are you having? It is better to give a description of the problem so we

Re: Sessions on win 32

2001-02-09 Thread Joshua Chamas
harilaos wrote: I havent tried it, but does it use file session management? Do i have to use ASP to use it? Because I am only using mod_perl for speed. Apache::ASP uses SDBM_File DB_File database backed file session management. You cannot use its $Session or $Application objects

Re: Sessions on win 32

2001-02-09 Thread siberian
I must have missed it, exactly what problems are you having? It is better to give a description of the problem so we can try to debug. Generally speaking the modperl list is not a tutorial list but a 'self-help' list. General 'How do I get it to work' questions are usually left for the perl

Re: Sessions on win 32

2001-02-08 Thread harilaos
I havent tried it, but does it use file session management? Do i have to use ASP to use it? Because I am only using mod_perl for speed. Haris Victor Michael Blancas wrote: have u tried Apache::ASP by Joshua Chamas. It has a nice Session and Application state management. On Wed, 7 Feb

Re: Sessions on win 32

2001-02-08 Thread harilaos
Thanks for the hint but i have already done this. I ask this group in case people have got experience i what i am asking and not to get vague answers. Why don't i do a search on google? I have emailed the author of the module but i don't think i will get a reply. Sparce documentention , and this

Re: Sessions on win 32

2001-02-08 Thread siberian
I have used apache::session on windows with great success. I downloaded the modules pre-built along with the modperl DSO from : ftp://theoryx5.uwinnipeg.ca/pub/ They seem to work well. I even installed on top of OpenSA ( www.opensa.org ) and obtained SSL features. I did have to do some oddities

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: Sessions on win 32

2001-02-07 Thread Gunther Birznieks
Have you tried doing a perldoc on the modules themselves? At 02:35 PM 2/7/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

Re: Sessions on win 32

2001-02-07 Thread Victor Michael Blancas
have u tried Apache::ASP by Joshua Chamas. It has a nice Session and Application state management. On Wed, 7 Feb 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