Re: session variables

2001-12-10 Thread Jenda Krynicky
From: "nafiseh saberi" <[EMAIL PROTECTED]> > hi dear. > you can use... > require "cgi-lib.pl"; PLEASE FORGET cgi-lib.pl USE CGI.pm ! > &ReadParse; > $PASS=$in{"pass"}; > > pass exists in web > and PASS is a variable that you can use it in your > program. This will NOT read a session varia

Re: session variables

2001-12-09 Thread nafiseh saberi
www.iraninfocenter.net www.sorna.net Beaty is in the eye of the beholder. _ - Original Message - From: "J-E-N" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 11:26 AM Subject: session variables how can i decl

session variables

2001-12-09 Thread J-E-N
how can i declare session variables? thanks, (",)

Re: problem in knowing session variables .

2001-10-03 Thread Rex Arul
Rahul -- The Server sets the ASPSessionID if you have enabled the Session state for your web server. To access the collection of session variables and the corresponding values, you might need to write some code as follows: foreach $key (in $Session->Contents){ $Response->Write(qq{ S

problem in knowing session variables .

2001-10-02 Thread Rahul Garg
Hello, i am fetching the asp page by filling in the form. After filling in the form and submitting a request it requests the page . a session is established with some session variables. How could i know what r the session variables involved in while fetching the page. Any suggestions

RE: Session Variables

2001-05-08 Thread Andy Sharp
info on controlling cookies from CGI.pm, consult it's documentation. Hope that helps, --A -Original Message- From: Brian Shoemaker [mailto:[EMAIL PROTECTED]] Sent: May 8, 2001 4:59 PM To: [EMAIL PROTECTED] Subject: Session Variables Hello. I am attempting to find some informatio

Re: Session Variables

2001-05-08 Thread Dan Brown
ting to find some information on using session variables in > Perl/CGI. > > When someone logs into my site, the script will check a flat-text database > and if the user has entered a correct username and password, the user will > be validated. At this point, a session variable will be

Re: Session Variables

2001-05-08 Thread Peter Scott
At 04:00 PM 5/8/01 -0700, I wrote: >At 06:59 PM 5/8/01 -0400, Brian Shoemaker wrote: >>Hello. >> >>I am attempting to find some information on using session variables in >>Perl/CGI. >> >>When someone logs into my site, the script will check a flat-text d

Re: Session Variables

2001-05-08 Thread Casey West
On Tue, May 08, 2001 at 06:59:07PM -0400, Brian Shoemaker wrote: : Hello. : : I am attempting to find some information on using session variables in : Perl/CGI. In a CGI environment, you might want to take a look at the CGI::Cookie module, which comes standard with all modern versions of Perl

Re: Session Variables

2001-05-08 Thread Jos I Boumans
Brian Shoemaker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 12:59 AM Subject: Session Variables > Hello. > > I am attempting to find some information on using session variables in > Perl/CGI. > > When someone logs into my site, the script

Re: Session Variables

2001-05-08 Thread Peter Scott
At 06:59 PM 5/8/01 -0400, Brian Shoemaker wrote: >Hello. > >I am attempting to find some information on using session variables in >Perl/CGI. > >When someone logs into my site, the script will check a flat-text database >and if the user has entered a correct username and pa

Session Variables

2001-05-08 Thread Brian Shoemaker
Hello. I am attempting to find some information on using session variables in Perl/CGI. When someone logs into my site, the script will check a flat-text database and if the user has entered a correct username and password, the user will be validated. At this point, a session variable will be