Re: discard sessions when close browser

2008-09-20 Thread Raymond Wan
Hi, I'm not an AOL web mail user, but I think I know what you mean. One way I know is to do it the "client way" with cookies. I've done some server development and I set an explicit expiry time. But according to this: http://www.cookiecentral.com/faq/ if you scroll down to "Expires", it

Re: discard sessions when close browser

2008-09-20 Thread practicalperl
On Thu, Sep 18, 2008 at 4:49 PM, Raymond Wan <[EMAIL PROTECTED]> wrote: > > Hi, > > Sorry, I might be missing something, but when the client closes the browser > window, no message is sent to the web server. So, I think the server has no > way of knowing that a window has closed. The best alterna

Re: discard sessions when close browser

2008-09-18 Thread Raymond Wan
Hi, Sorry, I might be missing something, but when the client closes the browser window, no message is sent to the web server. So, I think the server has no way of knowing that a window has closed. The best alternative might be to set a time limit on client information and purge it periodic

Re: discard sessions when close browser

2008-09-17 Thread Jack Gates
On Wednesday 17 September 2008 09:46:27 pm [EMAIL PROTECTED] wrote: > Hello, > > I use CGI::Session in some of my CGI scripts. > How to delete user's session in web server automatically when he close > the client browser? > Thanks. Since you are using a gmail account I know you know how to find go

discard sessions when close browser

2008-09-17 Thread practicalperl
Hello, I use CGI::Session in some of my CGI scripts. How to delete user's session in web server automatically when he close the client browser? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

2 sessions

2005-06-04 Thread Octavian Rasnita
Hi, I want to use 2 sessions in the same CGI script, using CGI::Session module. Is it possible? I want to be able to save a permanent cookie on the visitors computers in order to be able to recognize all the visitors the next time they visit my site, and offer them a specific content. In the

sessions

2005-03-07 Thread Octavian Rasnita
Hi all, I have seen that in PHP there are some functions that allow adding some field=value pairs to the QUERY_STRING, automaticly for all the links from a page and also in forms. This might be helpful when I want to add the session id to the query_string like &cgisessid=[session id]. Do you kno

Sessions

2005-02-19 Thread Octavian Rasnita
Hi, Is it possible to use the module CGI::Session (or another module) to create sessions that may use cookies, but also may put the random hash in the query string like under PHP? Thank you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Looking for easy sessions using mod_perl

2005-02-18 Thread Perrin Harkins
On Fri, 2005-02-18 at 12:43 -0600, Boysenberry Payne wrote: > Normally in php it's as simple as: > session_start(); It's that easy with mod_perl too if you use Apache::SessionManager. Save yourself some trouble and just use that. http://search.cpan.org/search?query=Apache-SessionManager&mode=dist

Looking for easy sessions using mod_perl

2005-02-18 Thread Boysenberry Payne
I'm moving from PHP to mod_perl. What a jump... Normally in php it's as simple as: session_start(); Then depending on your settings the session is kept in a cookie or in the url. I've looked into Apache::Session a bit, also Session (which is a wrapper for Apache:Session.) I set it up locally usin

cookie based asp sessions, cookie checks, and redirects

2004-11-28 Thread Todd W
I have uses WWW::Mechanize::Shell with great sucess in the past, but currently I am trying to access the url https://www.setsivr.odjfs.state.oh.us/welcome.asp programmatically via perl. When I access the page with WWW::Mechanize::Shell or LWP::UserAgent or even Lynx for that matter, the browsers

RE: Displaying Connections Or sessions to a Web site on NT/2000 Mach ines

2003-06-10 Thread Federico, Chris
-6647 Visit the ITS I-Web site for IT information or to log a support call at: <http://www.ime.reuters.com/itservices> -Original Message- From: Mark G [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 7:32 PM To: Federico, Chris Cc: perl Subject: Re: Displaying Connections Or se

Re: Displaying Connections Or sessions to a Web site on NT/2000 Mach ines

2003-06-09 Thread Mark G
> Checking the sessions on the machine only shows users > opening files hmm, I bin loking for a module that can tell me what process has a file opened on win box. what are you using ?? Mark G. - Original Message - From: "Federico, Chris" <[EMAIL PROTECTED]> To: &l

Displaying Connections Or sessions to a Web site on NT/2000 Mach ines

2003-06-09 Thread Federico, Chris
Hi Group :), Does anyone know of a module or how to display users connected to the Web process of an NT/2000 Server in Perl . Checking the sessions on the machine only shows users opening files and not connected the the WWW process . This would come in real handy .. Can anyone steer me in

Re: Sessions un CGI and Client's OS

2003-01-11 Thread Rob Dixon
"Wiggins D'Anconia" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > aman raheja wrote: > > Anyhow, I am looking for following solutions > > 1. How do we know the Operating System of the Client's system? > > You can't reliably The system under which Perl was bui

Re: Sessions un CGI and Client's OS

2003-01-11 Thread Wiggins d'Anconia
aman raheja wrote: Hello I am using Perl/CGI on Linux (with Apache). Nice choices. Some users have cookies disabled in their browsers and some are using the old ones, which cause problems, along with Netscape. Anyhow, I am looking for following solutions 1. How do we know the Operating System

Sessions un CGI and Client's OS

2003-01-11 Thread aman raheja
Hello I am using Perl/CGI on Linux (with Apache). Some users have cookies disabled in their browsers and some are using the old ones, which cause problems, along with Netscape. Anyhow, I am looking for following solutions 1. How do we know the Operating System of the Client's system? 2. Where can I

CGI sessions and Client's OS

2003-01-10 Thread aman raheja
Hello I am using Perl/CGI on Linux (with Apache). Some users have cookies disabled in their browsers and some are using the old ones, which cause problems, along with Netscape. Anyhow, I am looking for following solutions 1. How do we know the Operating System of the Client's system? 2. Where can I

Re: Clearing Idle User login sessions - Re: Killing Idle Users

2002-06-12 Thread Craig Moynes/Markham/IBM
D]>, Craig Moynes/Markham/IBM@IBMCA Subject: Clearing Idle User login sessions - Re: Killing Idle Users

Clearing Idle User login sessions - Re: Killing Idle Users

2002-06-11 Thread drieux
On Tuesday, June 11, 2002, at 12:23 , Akens, Anthony wrote: > The line > my @inputP = qx!ps -e |grep $port!; > I love this discussion but folks why not try, oh my @inputP =qx!ps -t $port'; Or what if we just pulled in the procTable ONCE, oh, I don't know, maybe into a Hash... ht

RE: How can i establish sessions in Perl

2001-10-03 Thread Jade E. Deane
Can you be a little more vague? ;) -Original Message- From: Rahul Garg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 1:03 AM To: [EMAIL PROTECTED] Subject: How can i establish sessions in Perl How can i establish sessions in Perl -- To unsubscribe, e-mail: [EMAIL

How can i establish sessions in Perl

2001-10-03 Thread Rahul Garg
How can i establish sessions in Perl

Re: Sessions

2001-07-19 Thread Michael Fowler
On Thu, Jul 19, 2001 at 09:20:39AM -0500, Chris Mulcahy wrote: > Other than creating a database table and managing sessions on my own by > passing cookies around manually, are there any options for managing > sessions in Perl using CGI? Apache::Session appears to only work in the &

Sessions

2001-07-19 Thread Chris Mulcahy
OK, simple one. Other than creating a database table and managing sessions on my own by passing cookies around manually, are there any options for managing sessions in Perl using CGI? Apache::Session appears to only work in the mod_perl version. The error I keep getting in my error_log file is