Re: SESSIONS UNDER WinNT

2001-05-15 Thread Gerald Richter
> >Does the directory /temp/epl exists ? > yes, there are two session files generated > That sounds good > >Take a look into your web server error log, there are maybe more error > >message. > > [311]SES: Embperl Session management enabled (>= 1.50) That also looks good > [Tue May 15 14:07:

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Lukas Zapletal
>Does the directory /temp/epl exists ? yes, there are two session files generated >Take a look into your web server error log, there are maybe more error >message. [311]SES: Embperl Session management enabled (>= 1.50) [Tue May 15 14:07:54 2001] [error] Can't call method "getid" on an undefined

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Gerald Richter
> >you need to specify a locking class e.g. > > > >PerlSetEnv EMBPERL_SESSION_CLASSES "File Null" > > > well, it seems don`t werk in 1.3.2-dev: > I use it with 1.3.2_dev on Windows, so it must work :-) > [error] Can't call method "getid" on an undefined value at > D:/Perl/site/lib/HTML/Embperl

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Lukas Zapletal
>you need to specify a locking class e.g. > >PerlSetEnv EMBPERL_SESSION_CLASSES "File Null" well, it seems don`t werk in 1.3.2-dev: [error] Can't call method "getid" on an undefined value at D:/Perl/site/lib/HTML/Embperl.pm line 1689. Probably some problems with 'Null'. What can I use instead

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Gerald Richter
> > I need Apache::Session::File to get working on windows. I configured my > Embperl 1.3.2-dev like this: > > PerlSetEnv EMBPERL_DEBUG 2100205 > PerlSetEnv EMBPERL_SESSION_CLASSES "File" you need to specify a locking class e.g. PerlSetEnv EMBPERL_SESSION_CLASSES "File Null" > > ps - how can

SESSIONS UNDER WinNT

2001-05-15 Thread Lukas Zapletal
Hello, I need Apache::Session::File to get working on windows. I configured my Embperl 1.3.2-dev like this: PerlSetEnv EMBPERL_DEBUG 2100205 PerlSetEnv EMBPERL_SESSION_CLASSES "File" PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/temp/epl LockDirectory=/temp/epl" No SES: in the debug, no session,