Fw: Interact with IIS built-in session variables

2002-12-13 Thread Jeremy Kister
I sent this about 2 weeks ago, with only one reply that i couldnt use.  If
no one knows the answer, does anyone know where i might find the answer??

BTW:  I am not using PerlScript in ASP - this is just plain ol' perl
directly from IIS.

Thanks,

---
Jeremy Kister
www.jeremykister.com
PGP: http://www.jeremykister.com/jeremy/public_key.asc
---
- Original Message -
From: Jeremy Kister [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, December 01, 2002 12:54 AM
Subject: Interact with IIS built-in session variables


 Hi,
 I'm running ActivePerl 5.6.1 on a Windows 2000 Server/IIS 5.0.  All seems
to
 work well.

 For the past few weeks, i've been searching for a way for my perl script
to
 communicate with session variables from an ASP script.

 For Example:

 www.jeremykister.com/set.asp contains a simple:
%
 session(foo) = bar
%

 www.jeremykister.com/get.asp contains a simple
%
 response.write session variable 'foo' is set to:   session(foo)
%

 now all I need is for my perl script to be able to interact with that.  i
 need to be able to set session variables that the ASP know about, and i
need
 to read session variables that the ASP have set.

  Is there a way to do this?

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Fw: Interact with IIS built-in session variables

2002-12-01 Thread Jeremy Kister
 When you code in PerlScript using ASP the syntax is similar

Hi Oliver,

  thanks for your response, but I'm not coding using PerlScript in ASP...
I'm just using perl; completely independent from ASP.  The perl interpreter
( c:\perl\bin\perl.exe %s %s ) is handling the code directly; no ASP
involved anywhere my perl code.

  Any suggestions?  Thanks again,

---
Jeremy Kister
www.jeremykister.com
PGP: http://www.jeremykister.com/jeremy/public_key.asc
---


 -Original Message-
 From: Oliver Manickum [mailto:[EMAIL PROTECTED]]
 Sent: Monday, December 02, 2002 2:10 AM
 To: Jeremy Kister; [EMAIL PROTECTED]
 Subject: RE: Interact with IIS built-in session variables
 
 
 Hey Jeremy,
 
 [...]

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs